#394279

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

Shades of Torea Bay #394279

Tints of Torea Bay #394279

Color information

#394279 (or 0x394279) is unknown color: approx Torea Bay. HEX triplet: 39, 42 and 79. RGB value is (57,66,121). Sum of RGB (Red+Green+Blue) = 57+66+121=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #394279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394279 is #C6BD86. Grayscale: #454545. Windows color (decimal): -13024647 or 7946809. OLE color: 7946809.

HSL color Cylindrical-coordinate representation of color #394279: hue angle of 231.56º 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 #394279 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5766121-
CMYK0.530.4500.53
HSL231.56º35.96%34.9%-
HSV(B)231.56º52.89%47.45%-
XYZ7.096.1518.9-
YUV69.58157.02119.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=23.36%
G=27.05%
B=49.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57661210.530.4500.53231.5635.9634.9
Hex394279352D035e82423
Octal7110217165550653504443
Binary11100110000101111001110101101101011010111101000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394279; }

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

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

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

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

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

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

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

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