#372EAD

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

Shades of Persian Blue #372EAD

Tints of Persian Blue #372EAD

Color information

#372EAD (or 0x372EAD) is unknown color: approx Persian Blue. HEX triplet: 37, 2E and AD. RGB value is (55,46,173). Sum of RGB (Red+Green+Blue) = 55+46+173=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #372EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372EAD is #C8D152. Grayscale: #3E3E3E. Windows color (decimal): -13160787 or 11349559. OLE color: 11349559.

HSL color Cylindrical-coordinate representation of color #372EAD: hue angle of 244.25º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372EAD is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5546173-
CMYK0.680.7300.32
HSL244.25º57.99%42.94%-
HSV(B)244.25º73.41%67.84%-
XYZ10.15.7840.12-
YUV63.17189.98122.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 173 (67.97% from 255) = 63.14%
R=20.07%
G=16.79%
B=63.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55461730.680.7300.32244.2557.9942.94
Hex372EAD4449020f43a2b
Octal67562551041110403647253
Binary1101111011101010110110001001001001010000011110100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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