#373E6F

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

Shades of Torea Bay #373E6F

Tints of Torea Bay #373E6F

Color information

#373E6F (or 0x373E6F) is unknown color: approx Torea Bay. HEX triplet: 37, 3E and 6F. RGB value is (55,62,111). Sum of RGB (Red+Green+Blue) = 55+62+111=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #373E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E6F is #C8C190. Grayscale: #414141. Windows color (decimal): -13156753 or 7290423. OLE color: 7290423.

HSL color Cylindrical-coordinate representation of color #373E6F: hue angle of 232.5º 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 #373E6F is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5562111-
CMYK0.500.4400.56
HSL232.5º33.73%32.55%-
HSV(B)232.5º50.45%43.53%-
XYZ6.175.4115.76-
YUV65.49153.68120.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 111 (43.75% from 255) = 48.68%
R=24.12%
G=27.19%
B=48.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55621110.500.4400.56232.533.7332.55
Hex373E6F322C038e82221
Octal677615762540703504241
Binary1101111111101101111110010101100011100011101000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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