Html Css Color HEX #372DBB Persian Blue

📋 copy color: '#372DBB'

red 55 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #372DBB

Tints of Persian Blue #372DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

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

R = 19.16%
G = 15.68%
B = 65.16%

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

#372DBB (or 0x372DBB) is known color: Persian Blue. HEX triplet: 37, 2D and BB. RGB value is (55,45,187). Sum of RGB (Red+Green+Blue) = 55+45+187=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #372DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DBB is #C8D244. Grayscale: #3F3F3F. Windows color (decimal): -13161029 or 12266807. OLE color: 12266807.

HSL color Cylindrical-coordinate representation of color #372DBB: hue angle of 244.23º degrees, saturation: 0.61, 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 #372DBB is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 45 187 -
CMYK 0.71 0.76 0 0.27
HSL 244.23º 0.61% 0.45% -
HSV(B) 244.23º 0.76% 0.73% -
XYZ 11.48 6.28 47.62 -
YUV 64.18 197.31 121.45 -
System Red Green Blue C M Y K H S L
Decimal 55 45 187 0.71 0.76 0 0.27 244.23 0.61 0.45
Hex 37 2D BB 47 4C 0 1B F4 3D 2D
Octal 67 55 273 107 114 0 33 364 75 55
Binary 110111 101101 10111011 1000111 1001100 0 11011 11110100 111101 101101

Color Harmonies of #372DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DBB

Black with #372DBB

Text Example


Text Example

White with #372DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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