#394877

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

Shades of Resolution Blue #394877

Tints of Resolution Blue #394877

Color information

#394877 (or 0x394877) is unknown color: approx Resolution Blue. HEX triplet: 39, 48 and 77. RGB value is (57,72,119). Sum of RGB (Red+Green+Blue) = 57+72+119=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #394877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394877 is #C6B788. Grayscale: #484848. Windows color (decimal): -13023113 or 7817273. OLE color: 7817273.

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

Color convert

RGB5772119-
CMYK0.520.3900.53
HSL225.48º35.23%34.51%-
HSV(B)225.48º52.1%46.67%-
XYZ7.336.8418.39-
YUV72.87154.03116.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=22.98%
G=29.03%
B=47.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57721190.520.3900.53225.4835.2334.51
Hex3948773427035e12323
Octal7111016764470653414343
Binary11100110010001110111110100100111011010111100001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394877; }

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

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

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

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

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

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

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

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