Html Css Color HEX #353BA9 Persian Blue

📋 copy color: '#353BA9'

red 53 ◦ green 59 ◦ blue 169

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

Shades of Persian Blue #353BA9

Tints of Persian Blue #353BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21%

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

R = 18.86%
G = 21%
B = 60.14%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#353BA9 (or 0x353BA9) is known color: Persian Blue. HEX triplet: 35, 3B and A9. RGB value is (53,59,169). Sum of RGB (Red+Green+Blue) = 53+59+169=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #353BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353BA9 is #CAC456. Grayscale: #454545. Windows color (decimal): -13288535 or 11090741. OLE color: 11090741.

HSL color Cylindrical-coordinate representation of color #353BA9: hue angle of 236.9º 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 #353BA9 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 59 169 -
CMYK 0.69 0.65 0 0.34
HSL 236.9º 0.52% 0.44% -
HSV(B) 236.9º 0.69% 0.66% -
XYZ 10.19 6.75 38.3 -
YUV 69.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 53 59 169 0.69 0.65 0 0.34 236.9 0.52 0.44
Hex 35 3B A9 45 41 0 22 ED 34 2C
Octal 65 73 251 105 101 0 42 355 64 54
Binary 110101 111011 10101001 1000101 1000001 0 100010 11101101 110100 101100

Color Harmonies of #353BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BA9

Black with #353BA9

Text Example


Text Example

White with #353BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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