COLOR #350CAE

HEX: #350CAE
RGB: (53,12,174)

Color info

#350CAE contains mainly blue color. Web safe color of #350CAE is #330099 (or #309).

RGB color model

#350CAE color RGB value is (53,12,174).

  • red value is 53;
  • green value is 12;
  • blue value is 174.
RGB:
(53,12,174)
(21%,5%,68%)

RGB channels and saturation

R 53 of 255 = 21%
G 12 of 255 = 5%
B 174 of 255 = 68%

53
12
174

R + G + B ~ 31%. #350CAE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 12 + 174 = 239 (100%)
R 53 of 239 ~ 22.18%
G 12 of 239 ~ 5.02%
B 174 of 239 ~ 72.8%

%22.18
%72.8

CMYK color model

#350CAE color CMYK value is (70,93,0,32).

  • cyan value is 69.54%
  • magenta value is 93.10%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(70,93,0,32)
C70M93Y0K32 
(70%,93%,0%,32%)
(0.70/0.93/0.00/0.32)	

CMYK percentages

%69.54
%93.1
%0
%31.76

Codes

Color #350CAE in popluar color models

350CAE
RGB5312174
HSL255°87.10%36.47%
HSB/HSV255°93.10%68.24%
CMYK69.54%93.10%0.00%
31.76%

Color #350CAE in popluar number systems.

HEX350CAE
Decimal5312174
Binary110101110010101110
Octal6514256

Shades and tints

Shades of #350CAE

#350CAE
(53,12,174)
#310B9F
(49,11,159)
#2D0A90
(45,10,144)
#290981
(41,9,129)
#250872
(37,8,114)
#210763
(33,7,99)
#1D0654
(29,6,84)
#190545
(25,5,69)
#150436
(21,4,54)
#110327
(17,3,39)
#0D0218
(13,2,24)
#000000
(0,0,0)

Tints of #350CAE

#350CAE
(53,12,174)
#4722B5
(71,34,181)
#5938BC
(89,56,188)
#6B4EC3
(107,78,195)
#7D64CA
(125,100,202)
#8F7AD1
(143,122,209)
#A190D8
(161,144,216)
#B3A6DF
(179,166,223)
#C5BCE6
(197,188,230)
#D7D2ED
(215,210,237)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350CAE color. Also use rgb(53,12,174) instead hex code.

Text Font Color

.myTextColor { color: #350CAE; }

<p style="color:#350CAE">This sample text font color is #350CAE.</p>

This text font color is #350CAE.


Background Color

.myBgColor { background-color: #350CAE; }

<div style="background-color:#350CAE">Inner text</div>

This div background color is #350CAE.


Border color

.myBorderColor { border: 1px solid #350CAE; }

<div style="border:3px solid #350CAE">Div</div>

This div border color is #350CAE.


Opacity

.myOpacity80 { color: #350CAE; opacity: 0.8; }

<p style="color:#350CAE;opacity:0.8;">80%</p>

Text with #350CAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #350CAE;}

<p style="text-shadow: 3px 3px 1px #350CAE">Text here.</p>

This text has shadow with #350CAE color.

.textShadow {text-shadow: 3px 3px 1px #350CAE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #350CAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #350CAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#350CAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#350CAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #350CAE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #350CAE;
  -webkit-box-shadow:	1px 1px 3px 2px #350CAE;
  box-shadow:		1px 1px 3px 2px #350CAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #350CAE;
-webkit-box-shadow: 1px 1px 3px 2px #350CAE;
box-shadow:1px 1px 3px 2px #350CAE;">
Div content here</div>
This div box has shadow with color #350CAE.

Preview

Color preview on black background

This text has color #350CAE on black background.


Color preview on white background

This text has color #350CAE on white background.



Black color preview on #350CAE background

This text has black color on #350CAE background.


White color preview on #350CAE background

This text has white color on #350CAE background.