#394178

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

Shades of Torea Bay #394178

Tints of Torea Bay #394178

Color information

#394178 (or 0x394178) is unknown color: approx Torea Bay. HEX triplet: 39, 41 and 78. RGB value is (57,65,120). Sum of RGB (Red+Green+Blue) = 57+65+120=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #394178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394178 is #C6BE87. Grayscale: #444444. Windows color (decimal): -13024904 or 7881017. OLE color: 7881017.

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

Color convert

RGB5765120-
CMYK0.520.4600.53
HSL232.38º35.59%34.71%-
HSV(B)232.38º52.5%47.06%-
XYZ6.976.0118.56-
YUV68.88156.85119.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=23.55%
G=26.86%
B=49.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57651200.520.4600.53232.3835.5934.71
Hex394178342E035e82423
Octal7110117064560653504443
Binary11100110000011111000110100101110011010111101000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394178; }

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

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

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

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

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

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

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

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