#373B5C

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

Shades of Bay Of Many #373B5C

Tints of Bay Of Many #373B5C

Color information

#373B5C (or 0x373B5C) is unknown color: approx Bay Of Many. HEX triplet: 37, 3B and 5C. RGB value is (55,59,92). Sum of RGB (Red+Green+Blue) = 55+59+92=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #373B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B5C is #C8C4A3. Grayscale: #3D3D3D. Windows color (decimal): -13157540 or 6044471. OLE color: 6044471.

HSL color Cylindrical-coordinate representation of color #373B5C: hue angle of 233.51º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #373B5C is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB555992-
CMYK0.400.3600.64
HSL233.51º25.17%28.82%-
HSV(B)233.51º40.22%36.08%-
XYZ5.074.7110.77-
YUV61.57145.17123.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=26.70%
G=28.64%
B=44.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5559920.400.3600.64233.5125.1728.82
Hex373B5C2824040ea191d
Octal6773134504401003523135
Binary110111111011101110010100010010001000000111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,59,92); }

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

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

 a { background-color: rgb(55,59,92); }

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

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

 span { border-color: rgb(55,59,92); }

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