#373F60

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

Shades of Bay Of Many #373F60

Tints of Bay Of Many #373F60

Color information

#373F60 (or 0x373F60) is unknown color: approx Bay Of Many. HEX triplet: 37, 3F and 60. RGB value is (55,63,96). Sum of RGB (Red+Green+Blue) = 55+63+96=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #373F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F60 is #C8C09F. Grayscale: #404040. Windows color (decimal): -13156512 or 6307639. OLE color: 6307639.

HSL color Cylindrical-coordinate representation of color #373F60: hue angle of 228.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #373F60 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB556396-
CMYK0.430.3400.62
HSL228.29º27.15%29.61%-
HSV(B)228.29º42.71%37.65%-
XYZ5.465.2111.78-
YUV64.37145.85121.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=25.70%
G=29.44%
B=44.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5563960.430.3400.62228.2927.1529.61
Hex373F602B2203Ee41b1e
Octal677714053420763443336
Binary11011111111111000001010111000100111110111001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,63,96); }

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

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

 a { background-color: rgb(55,63,96); }

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

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

 span { border-color: rgb(55,63,96); }

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