#394278

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

Shades of Torea Bay #394278

Tints of Torea Bay #394278

Color information

#394278 (or 0x394278) is unknown color: approx Torea Bay. HEX triplet: 39, 42 and 78. RGB value is (57,66,120). Sum of RGB (Red+Green+Blue) = 57+66+120=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #394278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394278 is #C6BD87. Grayscale: #454545. Windows color (decimal): -13024648 or 7881273. OLE color: 7881273.

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

Color convert

RGB5766120-
CMYK0.520.4500.53
HSL231.43º35.59%34.71%-
HSV(B)231.43º52.5%47.06%-
XYZ7.036.1218.58-
YUV69.46156.52119.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=23.46%
G=27.16%
B=49.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57661200.520.4500.53231.4335.5934.71
Hex394278342D035e72423
Octal7110217064550653474443
Binary11100110000101111000110100101101011010111100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394278; }

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

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

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

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

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

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

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

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