#373D6F

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

Shades of Torea Bay #373D6F

Tints of Torea Bay #373D6F

Color information

#373D6F (or 0x373D6F) is unknown color: approx Torea Bay. HEX triplet: 37, 3D and 6F. RGB value is (55,61,111). Sum of RGB (Red+Green+Blue) = 55+61+111=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #373D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D6F is #C8C290. Grayscale: #404040. Windows color (decimal): -13157009 or 7290167. OLE color: 7290167.

HSL color Cylindrical-coordinate representation of color #373D6F: hue angle of 233.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373D6F is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5561111-
CMYK0.500.4500.56
HSL233.57º33.73%32.55%-
HSV(B)233.57º50.45%43.53%-
XYZ6.115.315.74-
YUV64.91154.01120.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=24.23%
G=26.87%
B=48.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55611110.500.4500.56233.5733.7332.55
Hex373D6F322D038ea2221
Octal677515762550703524241
Binary1101111111011101111110010101101011100011101010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,61,111); }

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

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

 a { background-color: rgb(55,61,111); }

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

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

 span { border-color: rgb(55,61,111); }

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