#373A5B

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

Shades of Bay Of Many #373A5B

Tints of Bay Of Many #373A5B

Color information

#373A5B (or 0x373A5B) is unknown color: approx Bay Of Many. HEX triplet: 37, 3A and 5B. RGB value is (55,58,91). Sum of RGB (Red+Green+Blue) = 55+58+91=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #373A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A5B is #C8C5A4. Grayscale: #3C3C3C. Windows color (decimal): -13157797 or 5978679. OLE color: 5978679.

HSL color Cylindrical-coordinate representation of color #373A5B: hue angle of 235º 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 #373A5B is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB555891-
CMYK0.400.3600.64
HSL235º24.66%28.63%-
HSV(B)235º39.56%35.69%-
XYZ4.984.5910.52-
YUV60.86145.01123.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=26.96%
G=28.43%
B=44.61%

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
Decimal5558910.400.3600.6423524.6628.63
Hex373A5B2824040eb191d
Octal6772133504401003533135
Binary110111111010101101110100010010001000000111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,58,91); }

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

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

 a { background-color: rgb(55,58,91); }

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

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

 span { border-color: rgb(55,58,91); }

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