Html Css Color HEX #353AA9 Persian Blue

📋 copy color: '#353AA9'

red 53 ◦ green 58 ◦ blue 169

#353AA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #353AA9

Tints of Persian Blue #353AA9

RGB

 RED value IS 53 (21.09% from 255) = 18.93%

 GREEN value IS 58 (23.05% from 255) = 20.71%

 BLUE value IS 169 (66.41% from 255) = 60.36%

R = 18.93%
G = 20.71%
B = 60.36%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#353AA9 (or 0x353AA9) is known color: Persian Blue. HEX triplet: 35, 3A and A9. RGB value is (53,58,169). Sum of RGB (Red+Green+Blue) = 53+58+169=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 169 (66.41% from 255 or 60.36% from 280); Max value from RGB is 169 - color contains mainly: blue. Hex color #353AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AA9 is #CAC556. Grayscale: #444444. Windows color (decimal): -13288791 or 11090485. OLE color: 11090485.

HSL color Cylindrical-coordinate representation of color #353AA9: hue angle of 237.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353AA9 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 58 169 -
CMYK 0.69 0.66 0 0.34
HSL 237.41º 0.52% 0.44% -
HSV(B) 237.41º 0.69% 0.66% -
XYZ 10.14 6.65 38.28 -
YUV 69.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 53 58 169 0.69 0.66 0 0.34 237.41 0.52 0.44
Hex 35 3A A9 45 42 0 22 ED 34 2C
Octal 65 72 251 105 102 0 42 355 64 54
Binary 110101 111010 10101001 1000101 1000010 0 100010 11101101 110100 101100

Color Harmonies of #353AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AA9

Black with #353AA9

Text Example


Text Example

White with #353AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353AA9; }

 p { color: rgb(53,58,169); }

 H1.HeaderClassName
 {
   color: #353AA9;
 }
 .AnyTagClassName
 {
   color: #353AA9;
 }
</style>

background-color css

<style>
 a { background-color: #353AA9; }

 a { background-color: rgb(53,58,169); }

 div.DivClassName
 {
   background-color: #353AA9;
 }
 .BgClassName
 {
   background-color: #353AA9;
 }
</style>

border-color css

<style>
 span { border-color: #353AA9; }

 span { border-color: rgb(53,58,169); }

 td.TdClassName
 {
   border-color: #353AA9;
 }
 .TagClassName
 {
   border-color: #353AA9;
 }
</style>