#374073

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

Shades of Torea Bay #374073

Tints of Torea Bay #374073

Color information

#374073 (or 0x374073) is unknown color: approx Torea Bay. HEX triplet: 37, 40 and 73. RGB value is (55,64,115). Sum of RGB (Red+Green+Blue) = 55+64+115=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #374073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374073 is #C8BF8C. Grayscale: #424242. Windows color (decimal): -13156237 or 7553079. OLE color: 7553079.

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

Color convert

RGB5564115-
CMYK0.520.4400.55
HSL231º35.29%33.33%-
HSV(B)231º52.17%45.1%-
XYZ6.55.7216.98-
YUV67.12155.02119.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=23.50%
G=27.35%
B=49.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55641150.520.4400.5523135.2933.33
Hex374073342C037e72321
Octal6710016364540673474341
Binary11011110000001110011110100101100011011111100111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374073; }

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

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

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

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

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

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

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

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