#373A5E

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

Shades of Bay Of Many #373A5E

Tints of Bay Of Many #373A5E

Color information

#373A5E (or 0x373A5E) is unknown color: approx Bay Of Many. HEX triplet: 37, 3A and 5E. RGB value is (55,58,94). Sum of RGB (Red+Green+Blue) = 55+58+94=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #373A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A5E is #C8C5A1. Grayscale: #3D3D3D. Windows color (decimal): -13157794 or 6175287. OLE color: 6175287.

HSL color Cylindrical-coordinate representation of color #373A5E: hue angle of 235.38º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #373A5E is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB555894-
CMYK0.410.3800.63
HSL235.38º26.17%29.22%-
HSV(B)235.38º41.49%36.86%-
XYZ5.114.6511.22-
YUV61.21146.51123.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=26.57%
G=28.02%
B=45.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5558940.410.3800.63235.3826.1729.22
Hex373A5E292603Feb1a1d
Octal677213651460773533235
Binary11011111101010111101010011001100111111111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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