#394976

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

Shades of Resolution Blue #394976

Tints of Resolution Blue #394976

Color information

#394976 (or 0x394976) is unknown color: approx Resolution Blue. HEX triplet: 39, 49 and 76. RGB value is (57,73,118). Sum of RGB (Red+Green+Blue) = 57+73+118=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #394976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394976 is #C6B689. Grayscale: #494949. Windows color (decimal): -13022858 or 7751993. OLE color: 7751993.

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

Color convert

RGB5773118-
CMYK0.520.3800.54
HSL224.26º34.86%34.31%-
HSV(B)224.26º51.69%46.27%-
XYZ7.346.9418.09-
YUV73.35153.2116.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=22.98%
G=29.44%
B=47.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57731180.520.3800.54224.2634.8634.31
Hex3949763426036e02322
Octal7111116664460663404342
Binary11100110010011110110110100100110011011011100000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394976; }

 p { color: rgb(57,73,118); }

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

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

 a { background-color: rgb(57,73,118); }

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

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

 span { border-color: rgb(57,73,118); }

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