Html Css Color HEX #372ABE Persian Blue

📋 copy color: '#372ABE'

red 55 ◦ green 42 ◦ blue 190

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

Shades of Persian Blue #372ABE

Tints of Persian Blue #372ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 19.16%
G = 14.63%
B = 66.2%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#372ABE (or 0x372ABE) is known color: Persian Blue. HEX triplet: 37, 2A and BE. RGB value is (55,42,190). Sum of RGB (Red+Green+Blue) = 55+42+190=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #372ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ABE is #C8D541. Grayscale: #3E3E3E. Windows color (decimal): -13161794 or 12462647. OLE color: 12462647.

HSL color Cylindrical-coordinate representation of color #372ABE: hue angle of 245.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372ABE is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 42 190 -
CMYK 0.71 0.78 0 0.25
HSL 245.27º 0.64% 0.45% -
HSV(B) 245.27º 0.78% 0.75% -
XYZ 11.7 6.19 49.29 -
YUV 62.76 199.81 122.47 -
System Red Green Blue C M Y K H S L
Decimal 55 42 190 0.71 0.78 0 0.25 245.27 0.64 0.45
Hex 37 2A BE 47 4E 0 19 F5 40 2D
Octal 67 52 276 107 116 0 31 365 100 55
Binary 110111 101010 10111110 1000111 1001110 0 11001 11110101 1000000 101101

Color Harmonies of #372ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ABE

Black with #372ABE

Text Example


Text Example

White with #372ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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