#394677

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

Shades of Resolution Blue #394677

Tints of Resolution Blue #394677

Color information

#394677 (or 0x394677) is unknown color: approx Resolution Blue. HEX triplet: 39, 46 and 77. RGB value is (57,70,119). Sum of RGB (Red+Green+Blue) = 57+70+119=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #394677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394677 is #C6B988. Grayscale: #474747. Windows color (decimal): -13023625 or 7816761. OLE color: 7816761.

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

Color convert

RGB5770119-
CMYK0.520.4100.53
HSL227.42º35.23%34.51%-
HSV(B)227.42º52.1%46.67%-
XYZ7.216.5818.34-
YUV71.7154.69117.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=23.17%
G=28.46%
B=48.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57701190.520.4100.53227.4235.2334.51
Hex3946773429035e32323
Octal7110616764510653434343
Binary11100110001101110111110100101001011010111100011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394677; }

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

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

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

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

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

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

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

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