#373F62

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

Shades of Bay Of Many #373F62

Tints of Bay Of Many #373F62

Color information

#373F62 (or 0x373F62) is unknown color: approx Bay Of Many. HEX triplet: 37, 3F and 62. RGB value is (55,63,98). Sum of RGB (Red+Green+Blue) = 55+63+98=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #373F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F62 is #C8C09D. Grayscale: #404040. Windows color (decimal): -13156510 or 6438711. OLE color: 6438711.

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

Color convert

RGB556398-
CMYK0.440.3600.62
HSL228.84º28.1%30%-
HSV(B)228.84º43.88%38.43%-
XYZ5.565.2512.28-
YUV64.6146.85121.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=25.46%
G=29.17%
B=45.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5563980.440.3600.62228.8428.130
Hex373F622C2403Ee51c1e
Octal677714254440763453436
Binary11011111111111000101011001001000111110111001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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