Html Css Color HEX #353FAB Persian Blue

📋 copy color: '#353FAB'

red 53 ◦ green 63 ◦ blue 171

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

Shades of Persian Blue #353FAB

Tints of Persian Blue #353FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 18.47%
G = 21.95%
B = 59.58%

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

#353FAB (or 0x353FAB) is known color: Persian Blue. HEX triplet: 35, 3F and AB. RGB value is (53,63,171). Sum of RGB (Red+Green+Blue) = 53+63+171=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #353FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353FAB is #CAC054. Grayscale: #474747. Windows color (decimal): -13287509 or 11222837. OLE color: 11222837.

HSL color Cylindrical-coordinate representation of color #353FAB: hue angle of 234.92º degrees, saturation: 0.53, 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 #353FAB is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 63 171 -
CMYK 0.69 0.63 0 0.33
HSL 234.92º 0.53% 0.44% -
HSV(B) 234.92º 0.69% 0.67% -
XYZ 10.6 7.25 39.37 -
YUV 72.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 53 63 171 0.69 0.63 0 0.33 234.92 0.53 0.44
Hex 35 3F AB 45 3F 0 21 EB 35 2C
Octal 65 77 253 105 77 0 41 353 65 54
Binary 110101 111111 10101011 1000101 111111 0 100001 11101011 110101 101100

Color Harmonies of #353FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FAB

Black with #353FAB

Text Example


Text Example

White with #353FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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