Html Css Color HEX #353FAC Persian Blue

📋 copy color: '#353FAC'

red 53 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #353FAC

Tints of Persian Blue #353FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 18.4%
G = 21.88%
B = 59.72%

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

#353FAC (or 0x353FAC) is known color: Persian Blue. HEX triplet: 35, 3F and AC. RGB value is (53,63,172). Sum of RGB (Red+Green+Blue) = 53+63+172=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #353FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353FAC is #CAC053. Grayscale: #474747. Windows color (decimal): -13287508 or 11288373. OLE color: 11288373.

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

Color convert

RGB 53 63 172 -
CMYK 0.69 0.63 0 0.33
HSL 234.96º 0.53% 0.44% -
HSV(B) 234.96º 0.69% 0.67% -
XYZ 10.69 7.29 39.87 -
YUV 72.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 53 63 172 0.69 0.63 0 0.33 234.96 0.53 0.44
Hex 35 3F AC 45 3F 0 21 EB 35 2C
Octal 65 77 254 105 77 0 41 353 65 54
Binary 110101 111111 10101100 1000101 111111 0 100001 11101011 110101 101100

Color Harmonies of #353FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FAC

Black with #353FAC

Text Example


Text Example

White with #353FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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