Html Css Color HEX #372CBB Persian Blue

📋 copy color: '#372CBB'

red 55 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #372CBB

Tints of Persian Blue #372CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 187 (73.44% from 255) = 65.38%

R = 19.23%
G = 15.38%
B = 65.38%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#372CBB (or 0x372CBB) is known color: Persian Blue. HEX triplet: 37, 2C and BB. RGB value is (55,44,187). Sum of RGB (Red+Green+Blue) = 55+44+187=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #372CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CBB is #C8D344. Grayscale: #3F3F3F. Windows color (decimal): -13161285 or 12266551. OLE color: 12266551.

HSL color Cylindrical-coordinate representation of color #372CBB: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372CBB is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 44 187 -
CMYK 0.71 0.76 0 0.27
HSL 244.62º 0.62% 0.45% -
HSV(B) 244.62º 0.76% 0.73% -
XYZ 11.45 6.2 47.61 -
YUV 63.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 55 44 187 0.71 0.76 0 0.27 244.62 0.62 0.45
Hex 37 2C BB 47 4C 0 1B F5 3E 2D
Octal 67 54 273 107 114 0 33 365 76 55
Binary 110111 101100 10111011 1000111 1001100 0 11011 11110101 111110 101101

Color Harmonies of #372CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CBB

Black with #372CBB

Text Example


Text Example

White with #372CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,44,187); }

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

background-color css

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

 a { background-color: rgb(55,44,187); }

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

border-color css

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

 span { border-color: rgb(55,44,187); }

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