#373CB2

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

Shades of Persian Blue #373CB2

Tints of Persian Blue #373CB2

Color information

#373CB2 (or 0x373CB2) is unknown color: approx Persian Blue. HEX triplet: 37, 3C and B2. RGB value is (55,60,178). Sum of RGB (Red+Green+Blue) = 55+60+178=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 178 (69.92% from 255 or 60.75% from 293); Max value from RGB is 178 - color contains mainly: blue. Hex color #373CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CB2 is #C8C34D. Grayscale: #474747. Windows color (decimal): -13157198 or 11680823. OLE color: 11680823.

HSL color Cylindrical-coordinate representation of color #373CB2: hue angle of 237.56º 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 #373CB2 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5560178-
CMYK0.690.6600.30
HSL237.56º52.79%45.69%-
HSV(B)237.56º69.1%69.8%-
XYZ11.237.2642.93-
YUV71.96187.84115.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 178 (69.92% from 255) = 60.75%
R=18.77%
G=20.48%
B=60.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55601780.690.6600.30237.5652.7945.69
Hex373CB2454201Eee352e
Octal67742621051020363566556
Binary110111111100101100101000101100001001111011101110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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