#394778

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

Shades of Resolution Blue #394778

Tints of Resolution Blue #394778

Color information

#394778 (or 0x394778) is unknown color: approx Resolution Blue. HEX triplet: 39, 47 and 78. RGB value is (57,71,120). Sum of RGB (Red+Green+Blue) = 57+71+120=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #394778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394778 is #C6B887. Grayscale: #484848. Windows color (decimal): -13023368 or 7882553. OLE color: 7882553.

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

Color convert

RGB5771120-
CMYK0.520.4100.53
HSL226.67º35.59%34.71%-
HSV(B)226.67º52.5%47.06%-
XYZ7.336.7318.68-
YUV72.4154.86117.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=22.98%
G=28.63%
B=48.39%

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
Decimal57711200.520.4100.53226.6735.5934.71
Hex3947783429035e32423
Octal7110717064510653434443
Binary11100110001111111000110100101001011010111100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394778; }

 p { color: rgb(57,71,120); }

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

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

 a { background-color: rgb(57,71,120); }

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

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

 span { border-color: rgb(57,71,120); }

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