#394077

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

Shades of Torea Bay #394077

Tints of Torea Bay #394077

Color information

#394077 (or 0x394077) is unknown color: approx Torea Bay. HEX triplet: 39, 40 and 77. RGB value is (57,64,119). Sum of RGB (Red+Green+Blue) = 57+64+119=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #394077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394077 is #C6BF88. Grayscale: #434343. Windows color (decimal): -13025161 or 7815225. OLE color: 7815225.

HSL color Cylindrical-coordinate representation of color #394077: hue angle of 233.23º degrees, saturation: 0.35, 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 #394077 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5764119-
CMYK0.520.4600.53
HSL233.23º35.23%34.51%-
HSV(B)233.23º52.1%46.67%-
XYZ6.855.8718.22-
YUV68.18156.68120.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=23.75%
G=26.67%
B=49.58%

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
Decimal57641190.520.4600.53233.2335.2334.51
Hex394077342E035e92323
Octal7110016764560653514343
Binary11100110000001110111110100101110011010111101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394077; }

 p { color: rgb(57,64,119); }

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

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

 a { background-color: rgb(57,64,119); }

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

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

 span { border-color: rgb(57,64,119); }

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