#394775

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

Shades of Resolution Blue #394775

Tints of Resolution Blue #394775

Color information

#394775 (or 0x394775) is unknown color: approx Resolution Blue. HEX triplet: 39, 47 and 75. RGB value is (57,71,117). Sum of RGB (Red+Green+Blue) = 57+71+117=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #394775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394775 is #C6B88A. Grayscale: #474747. Windows color (decimal): -13023371 or 7685945. OLE color: 7685945.

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

Color convert

RGB5771117-
CMYK0.510.3900.54
HSL226º34.48%34.12%-
HSV(B)226º51.28%45.88%-
XYZ7.156.6617.74-
YUV72.06153.36117.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=23.27%
G=28.98%
B=47.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57711170.510.3900.5422634.4834.12
Hex3947753327036e22222
Octal7110716563470663424242
Binary11100110001111110101110011100111011011011100010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394775; }

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

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

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

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

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

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

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

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