#373EB2

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

Shades of Persian Blue #373EB2

Tints of Persian Blue #373EB2

Color information

#373EB2 (or 0x373EB2) is unknown color: approx Persian Blue. HEX triplet: 37, 3E and B2. RGB value is (55,62,178). Sum of RGB (Red+Green+Blue) = 55+62+178=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 178 (69.92% from 255 or 60.34% from 295); Max value from RGB is 178 - color contains mainly: blue. Hex color #373EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373EB2 is #C8C14D. Grayscale: #484848. Windows color (decimal): -13156686 or 11681335. OLE color: 11681335.

HSL color Cylindrical-coordinate representation of color #373EB2: hue angle of 236.59º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #373EB2 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5562178-
CMYK0.690.6500.30
HSL236.59º52.79%45.69%-
HSV(B)236.59º69.1%69.8%-
XYZ11.337.4742.96-
YUV73.13187.18115.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 178 (69.92% from 255) = 60.34%
R=18.64%
G=21.02%
B=60.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55621780.690.6500.30236.5952.7945.69
Hex373EB2454101Eed352e
Octal67762621051010363556556
Binary110111111110101100101000101100000101111011101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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