#373CAE

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

Shades of Persian Blue #373CAE

Tints of Persian Blue #373CAE

Color information

#373CAE (or 0x373CAE) is unknown color: approx Persian Blue. HEX triplet: 37, 3C and AE. RGB value is (55,60,174). Sum of RGB (Red+Green+Blue) = 55+60+174=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #373CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CAE is #C8C351. Grayscale: #474747. Windows color (decimal): -13157202 or 11418679. OLE color: 11418679.

HSL color Cylindrical-coordinate representation of color #373CAE: hue angle of 237.48º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373CAE is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5560174-
CMYK0.680.6600.32
HSL237.48º51.97%44.9%-
HSV(B)237.48º68.39%68.24%-
XYZ10.837.140.84-
YUV71.5185.84116.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 60 (23.83% from 255) = 20.76%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=19.03%
G=20.76%
B=60.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55601740.680.6600.32237.4851.9744.9
Hex373CAE4442020ed342d
Octal67742561041020403556455
Binary1101111111001010111010001001000010010000011101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373CAE; }

 p { color: rgb(55,60,174); }

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

<style>
 a { background-color: #373CAE; }

 a { background-color: rgb(55,60,174); }

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

<style>
 span { border-color: #373CAE; }

 span { border-color: rgb(55,60,174); }

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