Html Css Color HEX #372DBA Persian Blue

📋 copy color: '#372DBA'

red 55 ◦ green 45 ◦ blue 186

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

Shades of Persian Blue #372DBA

Tints of Persian Blue #372DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 19.23%
G = 15.73%
B = 65.03%

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

#372DBA (or 0x372DBA) is known color: Persian Blue. HEX triplet: 37, 2D and BA. RGB value is (55,45,186). Sum of RGB (Red+Green+Blue) = 55+45+186=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #372DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DBA is #C8D245. Grayscale: #3F3F3F. Windows color (decimal): -13161030 or 12201271. OLE color: 12201271.

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

Color convert

RGB 55 45 186 -
CMYK 0.70 0.76 0 0.27
HSL 244.26º 0.61% 0.45% -
HSV(B) 244.26º 0.76% 0.73% -
XYZ 11.38 6.23 47.06 -
YUV 64.06 196.81 121.54 -
System Red Green Blue C M Y K H S L
Decimal 55 45 186 0.70 0.76 0 0.27 244.26 0.61 0.45
Hex 37 2D BA 46 4C 0 1B F4 3D 2D
Octal 67 55 272 106 114 0 33 364 75 55
Binary 110111 101101 10111010 1000110 1001100 0 11011 11110100 111101 101101

Color Harmonies of #372DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DBA

Black with #372DBA

Text Example


Text Example

White with #372DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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