Html Css Color HEX #372FAE Persian Blue

📋 copy color: '#372FAE'

red 55 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #372FAE

Tints of Persian Blue #372FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 19.93%
G = 17.03%
B = 63.04%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#372FAE (or 0x372FAE) is known color: Persian Blue. HEX triplet: 37, 2F and AE. RGB value is (55,47,174). Sum of RGB (Red+Green+Blue) = 55+47+174=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #372FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372FAE is #C8D051. Grayscale: #3F3F3F. Windows color (decimal): -13160530 or 11415351. OLE color: 11415351.

HSL color Cylindrical-coordinate representation of color #372FAE: hue angle of 243.78º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372FAE is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 47 174 -
CMYK 0.68 0.73 0 0.32
HSL 243.78º 0.57% 0.43% -
HSV(B) 243.78º 0.73% 0.68% -
XYZ 10.23 5.9 40.64 -
YUV 63.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 55 47 174 0.68 0.73 0 0.32 243.78 0.57 0.43
Hex 37 2F AE 44 49 0 20 F4 39 2B
Octal 67 57 256 104 111 0 40 364 71 53
Binary 110111 101111 10101110 1000100 1001001 0 100000 11110100 111001 101011

Color Harmonies of #372FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FAE

Black with #372FAE

Text Example


Text Example

White with #372FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,174); }

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

background-color css

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

 a { background-color: rgb(55,47,174); }

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

border-color css

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

 span { border-color: rgb(55,47,174); }

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