#373E6E

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

Shades of Torea Bay #373E6E

Tints of Torea Bay #373E6E

Color information

#373E6E (or 0x373E6E) is unknown color: approx Torea Bay. HEX triplet: 37, 3E and 6E. RGB value is (55,62,110). Sum of RGB (Red+Green+Blue) = 55+62+110=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #373E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E6E is #C8C191. Grayscale: #414141. Windows color (decimal): -13156754 or 7224887. OLE color: 7224887.

HSL color Cylindrical-coordinate representation of color #373E6E: hue angle of 232.36º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373E6E is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5562110-
CMYK0.50.4400.57
HSL232.36º33.33%32.35%-
HSV(B)232.36º50%43.14%-
XYZ6.115.3815.47-
YUV65.38153.18120.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=24.23%
G=27.31%
B=48.46%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55621100.50.4400.57232.3633.3332.35
Hex373E6E322C039e82120
Octal677615662540713504140
Binary1101111111101101110110010101100011100111101000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,62,110); }

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

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

 a { background-color: rgb(55,62,110); }

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

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

 span { border-color: rgb(55,62,110); }

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