#374178

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

Shades of Torea Bay #374178

Tints of Torea Bay #374178

Color information

#374178 (or 0x374178) is unknown color: approx Torea Bay. HEX triplet: 37, 41 and 78. RGB value is (55,65,120). Sum of RGB (Red+Green+Blue) = 55+65+120=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #374178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374178 is #C8BE87. Grayscale: #444444. Windows color (decimal): -13155976 or 7881015. OLE color: 7881015.

HSL color Cylindrical-coordinate representation of color #374178: hue angle of 230.77º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #374178 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5565120-
CMYK0.540.4600.53
HSL230.77º37.14%34.31%-
HSV(B)230.77º54.17%47.06%-
XYZ6.865.9518.56-
YUV68.28157.19118.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 120 (47.27% from 255) = 50%
R=22.92%
G=27.08%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55651200.540.4600.53230.7737.1434.31
Hex374178362E035e72522
Octal6710117066560653474542
Binary11011110000011111000110110101110011010111100111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374178; }

 p { color: rgb(55,65,120); }

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

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

 a { background-color: rgb(55,65,120); }

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

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

 span { border-color: rgb(55,65,120); }

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