Html Css Color HEX #372DB9 Persian Blue

📋 copy color: '#372DB9'

red 55 ◦ green 45 ◦ blue 185

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

Shades of Persian Blue #372DB9

Tints of Persian Blue #372DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 64.91%

R = 19.3%
G = 15.79%
B = 64.91%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#372DB9 (or 0x372DB9) is known color: Persian Blue. HEX triplet: 37, 2D and B9. RGB value is (55,45,185). Sum of RGB (Red+Green+Blue) = 55+45+185=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #372DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DB9 is #C8D246. Grayscale: #3F3F3F. Windows color (decimal): -13161031 or 12135735. OLE color: 12135735.

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

Color convert

RGB 55 45 185 -
CMYK 0.70 0.76 0 0.27
HSL 244.29º 0.61% 0.45% -
HSV(B) 244.29º 0.76% 0.73% -
XYZ 11.27 6.19 46.5 -
YUV 63.95 196.31 121.62 -
System Red Green Blue C M Y K H S L
Decimal 55 45 185 0.70 0.76 0 0.27 244.29 0.61 0.45
Hex 37 2D B9 46 4C 0 1B F4 3D 2D
Octal 67 55 271 106 114 0 33 364 75 55
Binary 110111 101101 10111001 1000110 1001100 0 11011 11110100 111101 101101

Color Harmonies of #372DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DB9

Black with #372DB9

Text Example


Text Example

White with #372DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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