#394075

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

Shades of Torea Bay #394075

Tints of Torea Bay #394075

Color information

#394075 (or 0x394075) is unknown color: approx Torea Bay. HEX triplet: 39, 40 and 75. RGB value is (57,64,117). Sum of RGB (Red+Green+Blue) = 57+64+117=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #394075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394075 is #C6BF8A. Grayscale: #434343. Windows color (decimal): -13025163 or 7684153. OLE color: 7684153.

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

Color convert

RGB5764117-
CMYK0.510.4500.54
HSL233º34.48%34.12%-
HSV(B)233º51.28%45.88%-
XYZ6.735.8217.6-
YUV67.95155.68120.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=23.95%
G=26.89%
B=49.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57641170.510.4500.5423334.4834.12
Hex394075332D036e92222
Octal7110016563550663514242
Binary11100110000001110101110011101101011011011101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394075; }

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

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

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

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

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

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

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

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