Html Css Color HEX #372DB5 Persian Blue

📋 copy color: '#372DB5'

red 55 ◦ green 45 ◦ blue 181

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

Shades of Persian Blue #372DB5

Tints of Persian Blue #372DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 64.41%

R = 19.57%
G = 16.01%
B = 64.41%

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

#372DB5 (or 0x372DB5) is known color: Persian Blue. HEX triplet: 37, 2D and B5. RGB value is (55,45,181). Sum of RGB (Red+Green+Blue) = 55+45+181=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #372DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DB5 is #C8D24A. Grayscale: #3E3E3E. Windows color (decimal): -13161035 or 11873591. OLE color: 11873591.

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

Color convert

RGB 55 45 181 -
CMYK 0.70 0.75 0 0.29
HSL 244.41º 0.6% 0.44% -
HSV(B) 244.41º 0.75% 0.71% -
XYZ 10.85 6.03 44.31 -
YUV 63.49 194.31 121.94 -
System Red Green Blue C M Y K H S L
Decimal 55 45 181 0.70 0.75 0 0.29 244.41 0.6 0.44
Hex 37 2D B5 46 4B 0 1D F4 3C 2C
Octal 67 55 265 106 113 0 35 364 74 54
Binary 110111 101101 10110101 1000110 1001011 0 11101 11110100 111100 101100

Color Harmonies of #372DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DB5

Black with #372DB5

Text Example


Text Example

White with #372DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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