#373B61

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

Shades of Bay Of Many #373B61

Tints of Bay Of Many #373B61

Color information

#373B61 (or 0x373B61) is unknown color: approx Bay Of Many. HEX triplet: 37, 3B and 61. RGB value is (55,59,97). Sum of RGB (Red+Green+Blue) = 55+59+97=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #373B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B61 is #C8C49E. Grayscale: #3D3D3D. Windows color (decimal): -13157535 or 6372151. OLE color: 6372151.

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

Color convert

RGB555997-
CMYK0.430.3900.62
HSL234.29º27.63%29.8%-
HSV(B)234.29º43.3%38.04%-
XYZ5.34.811.96-
YUV62.14147.67122.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=26.07%
G=27.96%
B=45.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5559970.430.3900.62234.2927.6329.8
Hex373B612B2703Eea1c1e
Octal677314153470763523436
Binary11011111101111000011010111001110111110111010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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