#373C6D

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

Shades of Torea Bay #373C6D

Tints of Torea Bay #373C6D

Color information

#373C6D (or 0x373C6D) is unknown color: approx Torea Bay. HEX triplet: 37, 3C and 6D. RGB value is (55,60,109). Sum of RGB (Red+Green+Blue) = 55+60+109=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #373C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C6D is #C8C392. Grayscale: #3F3F3F. Windows color (decimal): -13157267 or 7158839. OLE color: 7158839.

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

Color convert

RGB5560109-
CMYK0.500.4500.57
HSL234.44º32.93%32.16%-
HSV(B)234.44º49.54%42.75%-
XYZ5.955.1515.15-
YUV64.09153.34121.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=24.55%
G=26.79%
B=48.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55601090.500.4500.57234.4432.9332.16
Hex373C6D322D039ea2120
Octal677415562550713524140
Binary1101111111001101101110010101101011100111101010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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