#373C66

Color #373C66 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #373C66

Tints of Bay Of Many #373C66

Color information

#373C66 (or 0x373C66) is unknown color: approx Bay Of Many. HEX triplet: 37, 3C and 66. RGB value is (55,60,102). Sum of RGB (Red+Green+Blue) = 55+60+102=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #373C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C66 is #C8C399. Grayscale: #3F3F3F. Windows color (decimal): -13157274 or 6700087. OLE color: 6700087.

HSL color Cylindrical-coordinate representation of color #373C66: hue angle of 233.62º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #373C66 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5560102-
CMYK0.460.4100.6
HSL233.62º29.94%30.78%-
HSV(B)233.62º46.08%40%-
XYZ5.59513.24-
YUV63.29149.84122.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 60 (23.83% from 255) = 27.65%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=25.35%
G=27.65%
B=47.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55601020.460.4100.6233.6229.9430.78
Hex373C662E2903Cea1e1f
Octal677414656510743523637
Binary11011111110011001101011101010010111100111010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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