Html Css Color HEX #353FAA Persian Blue

📋 copy color: '#353FAA'

red 53 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #353FAA

Tints of Persian Blue #353FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 18.53%
G = 22.03%
B = 59.44%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#353FAA (or 0x353FAA) is known color: Persian Blue. HEX triplet: 35, 3F and AA. RGB value is (53,63,170). Sum of RGB (Red+Green+Blue) = 53+63+170=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #353FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353FAA is #CAC055. Grayscale: #474747. Windows color (decimal): -13287510 or 11157301. OLE color: 11157301.

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

Color convert

RGB 53 63 170 -
CMYK 0.69 0.63 0 0.33
HSL 234.87º 0.52% 0.44% -
HSV(B) 234.87º 0.69% 0.67% -
XYZ 10.5 7.21 38.87 -
YUV 72.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 53 63 170 0.69 0.63 0 0.33 234.87 0.52 0.44
Hex 35 3F AA 45 3F 0 21 EB 34 2C
Octal 65 77 252 105 77 0 41 353 64 54
Binary 110101 111111 10101010 1000101 111111 0 100001 11101011 110100 101100

Color Harmonies of #353FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FAA

Black with #353FAA

Text Example


Text Example

White with #353FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,170); }

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

background-color css

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

 a { background-color: rgb(53,63,170); }

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

border-color css

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

 span { border-color: rgb(53,63,170); }

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