#373EAA

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

Shades of Persian Blue #373EAA

Tints of Persian Blue #373EAA

Color information

#373EAA (or 0x373EAA) is unknown color: approx Persian Blue. HEX triplet: 37, 3E and AA. RGB value is (55,62,170). Sum of RGB (Red+Green+Blue) = 55+62+170=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #373EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373EAA is #C8C155. Grayscale: #474747. Windows color (decimal): -13156694 or 11157047. OLE color: 11157047.

HSL color Cylindrical-coordinate representation of color #373EAA: hue angle of 236.35º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373EAA is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5562170-
CMYK0.680.6400.33
HSL236.35º51.11%44.12%-
HSV(B)236.35º67.65%66.67%-
XYZ10.557.1638.86-
YUV72.22183.18115.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=19.16%
G=21.60%
B=59.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55621700.680.6400.33236.3551.1144.12
Hex373EAA4440021ec332c
Octal67762521041000413546354
Binary1101111111101010101010001001000000010000111101100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,62,170); }

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

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

 a { background-color: rgb(55,62,170); }

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

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

 span { border-color: rgb(55,62,170); }

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