#394679

Color #394679 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #394679

Tints of Resolution Blue #394679

Color information

#394679 (or 0x394679) is unknown color: approx Resolution Blue. HEX triplet: 39, 46 and 79. RGB value is (57,70,121). Sum of RGB (Red+Green+Blue) = 57+70+121=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #394679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394679 is #C6B986. Grayscale: #474747. Windows color (decimal): -13023623 or 7947833. OLE color: 7947833.

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

Color convert

RGB5770121-
CMYK0.530.4200.53
HSL227.81º35.96%34.9%-
HSV(B)227.81º52.89%47.45%-
XYZ7.336.6318.98-
YUV71.93155.69117.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 121 (47.66% from 255) = 48.79%
R=22.98%
G=28.23%
B=48.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57701210.530.4200.53227.8135.9634.9
Hex394679352A035e42423
Octal7110617165520653444443
Binary11100110001101111001110101101010011010111100100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394679; }

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

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

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

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

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

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

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

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