#372DBC

Color #372DBC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #372DBC

Tints of Persian Blue #372DBC

Color information

#372DBC (or 0x372DBC) is unknown color: approx Persian Blue. HEX triplet: 37, 2D and BC. RGB value is (55,45,188). Sum of RGB (Red+Green+Blue) = 55+45+188=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #372DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DBC is #C8D243. Grayscale: #3F3F3F. Windows color (decimal): -13161028 or 12332343. OLE color: 12332343.

HSL color Cylindrical-coordinate representation of color #372DBC: hue angle of 244.2º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372DBC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5545188-
CMYK0.710.7600.26
HSL244.2º61.37%45.69%-
HSV(B)244.2º76.06%73.73%-
XYZ11.596.3248.19-
YUV64.29197.81121.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 188 (73.83% from 255) = 65.28%
R=19.10%
G=15.62%
B=65.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55451880.710.7600.26244.261.3745.69
Hex372DBC474C01Af43d2e
Octal67552741071140323647556
Binary110111101101101111001000111100110001101011110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #372DBC;
 }
 .AnyTagClassName
 {
   color: #372DBC;
 }
</style>
background-color css

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

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

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

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

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

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