#373D6D

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

Shades of Torea Bay #373D6D

Tints of Torea Bay #373D6D

Color information

#373D6D (or 0x373D6D) is unknown color: approx Torea Bay. HEX triplet: 37, 3D and 6D. RGB value is (55,61,109). Sum of RGB (Red+Green+Blue) = 55+61+109=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #373D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D6D is #C8C292. Grayscale: #404040. Windows color (decimal): -13157011 or 7159095. OLE color: 7159095.

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

Color convert

RGB5561109-
CMYK0.500.4400.57
HSL233.33º32.93%32.16%-
HSV(B)233.33º49.54%42.75%-
XYZ65.2515.17-
YUV64.68153.01121.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=24.44%
G=27.11%
B=48.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55611090.500.4400.57233.3332.9332.16
Hex373D6D322C039e92120
Octal677515562540713514140
Binary1101111111011101101110010101100011100111101001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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