#372ECC

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

Shades of Persian Blue #372ECC

Tints of Persian Blue #372ECC

Color information

#372ECC (or 0x372ECC) is unknown color: approx Persian Blue. HEX triplet: 37, 2E and CC. RGB value is (55,46,204). Sum of RGB (Red+Green+Blue) = 55+46+204=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #372ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ECC is #C8D133. Grayscale: #424242. Windows color (decimal): -13160756 or 13381175. OLE color: 13381175.

HSL color Cylindrical-coordinate representation of color #372ECC: hue angle of 243.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372ECC is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5546204-
CMYK0.730.7700.2
HSL243.42º63.2%49.02%-
HSV(B)243.42º77.45%80%-
XYZ13.457.1357.79-
YUV66.7205.48119.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 204 (80.08% from 255) = 66.89%
R=18.03%
G=15.08%
B=66.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal55462040.730.7700.2243.4263.249.02
Hex372ECC494D014f33f31
Octal67563141111150243637761
Binary110111101110110011001001001100110101010011110011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,204); }

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

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

 a { background-color: rgb(55,46,204); }

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

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

 span { border-color: rgb(55,46,204); }

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