#374071

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

Shades of Torea Bay #374071

Tints of Torea Bay #374071

Color information

#374071 (or 0x374071) is unknown color: approx Torea Bay. HEX triplet: 37, 40 and 71. RGB value is (55,64,113). Sum of RGB (Red+Green+Blue) = 55+64+113=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #374071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374071 is #C8BF8E. Grayscale: #424242. Windows color (decimal): -13156239 or 7422007. OLE color: 7422007.

HSL color Cylindrical-coordinate representation of color #374071: hue angle of 230.69º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #374071 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5564113-
CMYK0.510.4300.56
HSL230.69º34.52%32.94%-
HSV(B)230.69º51.33%44.31%-
XYZ6.395.6716.38-
YUV66.9154.02119.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=23.71%
G=27.59%
B=48.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55641130.510.4300.56230.6934.5232.94
Hex374071332B038e72321
Octal6710016163530703474341
Binary11011110000001110001110011101011011100011100111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374071; }

 p { color: rgb(55,64,113); }

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

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

 a { background-color: rgb(55,64,113); }

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

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

 span { border-color: rgb(55,64,113); }

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