Html Css Color HEX #372ACE Persian Blue

📋 copy color: '#372ACE'

red 55 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #372ACE

Tints of Persian Blue #372ACE

RGB

 RED value IS 55 (21.88% from 255) = 18.15%

 GREEN value IS 42 (16.8% from 255) = 13.86%

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 18.15%
G = 13.86%
B = 67.99%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#372ACE (or 0x372ACE) is known color: Persian Blue. HEX triplet: 37, 2A and CE. RGB value is (55,42,206). Sum of RGB (Red+Green+Blue) = 55+42+206=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #372ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ACE is #C8D531. Grayscale: #3F3F3F. Windows color (decimal): -13161778 or 13511223. OLE color: 13511223.

HSL color Cylindrical-coordinate representation of color #372ACE: hue angle of 244.76º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372ACE is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 42 206 -
CMYK 0.73 0.80 0 0.19
HSL 244.76º 0.66% 0.49% -
HSV(B) 244.76º 0.8% 0.81% -
XYZ 13.54 6.92 59.02 -
YUV 64.58 207.81 121.16 -
System Red Green Blue C M Y K H S L
Decimal 55 42 206 0.73 0.80 0 0.19 244.76 0.66 0.49
Hex 37 2A CE 49 50 0 13 F5 42 31
Octal 67 52 316 111 120 0 23 365 102 61
Binary 110111 101010 11001110 1001001 1010000 0 10011 11110101 1000010 110001

Color Harmonies of #372ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ACE

Black with #372ACE

Text Example


Text Example

White with #372ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372ACE; }

 p { color: rgb(55,42,206); }

 H1.HeaderClassName
 {
   color: #372ACE;
 }
 .AnyTagClassName
 {
   color: #372ACE;
 }
</style>

background-color css

<style>
 a { background-color: #372ACE; }

 a { background-color: rgb(55,42,206); }

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

border-color css

<style>
 span { border-color: #372ACE; }

 span { border-color: rgb(55,42,206); }

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