#373B6F

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

Shades of Torea Bay #373B6F

Tints of Torea Bay #373B6F

Color information

#373B6F (or 0x373B6F) is unknown color: approx Torea Bay. HEX triplet: 37, 3B and 6F. RGB value is (55,59,111). Sum of RGB (Red+Green+Blue) = 55+59+111=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #373B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B6F is #C8C490. Grayscale: #3F3F3F. Windows color (decimal): -13157521 or 7289655. OLE color: 7289655.

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

Color convert

RGB5559111-
CMYK0.500.4700.56
HSL235.71º33.73%32.55%-
HSV(B)235.71º50.45%43.53%-
XYZ6.015.0915.7-
YUV63.73154.67121.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=24.44%
G=26.22%
B=49.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55591110.500.4700.56235.7133.7332.55
Hex373B6F322F038ec2221
Octal677315762570703544241
Binary1101111110111101111110010101111011100011101100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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