Html Css Color HEX #372DB6 Persian Blue

📋 copy color: '#372DB6'

red 55 ◦ green 45 ◦ blue 182

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

Shades of Persian Blue #372DB6

Tints of Persian Blue #372DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 64.54%

R = 19.5%
G = 15.96%
B = 64.54%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#372DB6 (or 0x372DB6) is known color: Persian Blue. HEX triplet: 37, 2D and B6. RGB value is (55,45,182). Sum of RGB (Red+Green+Blue) = 55+45+182=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #372DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DB6 is #C8D249. Grayscale: #3F3F3F. Windows color (decimal): -13161034 or 11939127. OLE color: 11939127.

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

Color convert

RGB 55 45 182 -
CMYK 0.70 0.75 0 0.29
HSL 244.38º 0.6% 0.45% -
HSV(B) 244.38º 0.75% 0.71% -
XYZ 10.96 6.07 44.85 -
YUV 63.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 55 45 182 0.70 0.75 0 0.29 244.38 0.6 0.45
Hex 37 2D B6 46 4B 0 1D F4 3C 2D
Octal 67 55 266 106 113 0 35 364 74 55
Binary 110111 101101 10110110 1000110 1001011 0 11101 11110100 111100 101101

Color Harmonies of #372DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DB6

Black with #372DB6

Text Example


Text Example

White with #372DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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