#373E65

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

Shades of Bay Of Many #373E65

Tints of Bay Of Many #373E65

Color information

#373E65 (or 0x373E65) is unknown color: approx Bay Of Many. HEX triplet: 37, 3E and 65. RGB value is (55,62,101). Sum of RGB (Red+Green+Blue) = 55+62+101=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #373E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E65 is #C8C19A. Grayscale: #404040. Windows color (decimal): -13156763 or 6635063. OLE color: 6635063.

HSL color Cylindrical-coordinate representation of color #373E65: hue angle of 230.87º degrees, saturation: 0.29, 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 #373E65 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5562101-
CMYK0.460.3900.60
HSL230.87º29.49%30.59%-
HSV(B)230.87º45.54%39.61%-
XYZ5.655.213.02-
YUV64.35148.68121.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=25.23%
G=28.44%
B=46.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55621010.460.3900.60230.8729.4930.59
Hex373E652E2703Ce71d1f
Octal677614556470743473537
Binary11011111111011001011011101001110111100111001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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