#372CDA

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

Shades of Persian Blue #372CDA

Tints of Persian Blue #372CDA

Color information

#372CDA (or 0x372CDA) is unknown color: approx Persian Blue. HEX triplet: 37, 2C and DA. RGB value is (55,44,218). Sum of RGB (Red+Green+Blue) = 55+44+218=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #372CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CDA is #C8D325. Grayscale: #424242. Windows color (decimal): -13161254 or 14298167. OLE color: 14298167.

HSL color Cylindrical-coordinate representation of color #372CDA: hue angle of 243.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372CDA is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5544218-
CMYK0.750.8000.15
HSL243.79º70.16%51.37%-
HSV(B)243.79º79.82%85.49%-
XYZ15.137.6867.01-
YUV67.12213.14119.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 218 (85.55% from 255) = 68.77%
R=17.35%
G=13.88%
B=68.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal55442180.750.8000.15243.7970.1651.37
Hex372CDA4B500Ff44633
Octal675433211312001736410663
Binary110111101100110110101001011101000001111111101001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,44,218); }

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

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

 a { background-color: rgb(55,44,218); }

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

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

 span { border-color: rgb(55,44,218); }

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