#394179

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

Shades of Torea Bay #394179

Tints of Torea Bay #394179

Color information

#394179 (or 0x394179) is unknown color: approx Torea Bay. HEX triplet: 39, 41 and 79. RGB value is (57,65,121). Sum of RGB (Red+Green+Blue) = 57+65+121=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #394179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394179 is #C6BE86. Grayscale: #444444. Windows color (decimal): -13024903 or 7946553. OLE color: 7946553.

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

Color convert

RGB5765121-
CMYK0.530.4600.53
HSL232.5º35.96%34.9%-
HSV(B)232.5º52.89%47.45%-
XYZ7.036.0318.88-
YUV68.99157.35119.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=23.46%
G=26.75%
B=49.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57651210.530.4600.53232.535.9634.9
Hex394179352E035e82423
Octal7110117165560653504443
Binary11100110000011111001110101101110011010111101000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394179; }

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

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

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

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

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

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

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

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