#394879

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

Shades of Resolution Blue #394879

Tints of Resolution Blue #394879

Color information

#394879 (or 0x394879) is unknown color: approx Resolution Blue. HEX triplet: 39, 48 and 79. RGB value is (57,72,121). Sum of RGB (Red+Green+Blue) = 57+72+121=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #394879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394879 is #C6B786. Grayscale: #484848. Windows color (decimal): -13023111 or 7948345. OLE color: 7948345.

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

Color convert

RGB5772121-
CMYK0.530.4000.53
HSL225.94º35.96%34.9%-
HSV(B)225.94º52.89%47.45%-
XYZ7.466.8919.03-
YUV73.1155.03116.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=22.8%
G=28.8%
B=48.4%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57721210.530.4000.53225.9435.9634.9
Hex3948793528035e22423
Octal7111017165500653424443
Binary11100110010001111001110101101000011010111100010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394879; }

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

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

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

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

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

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

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

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