#394477

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

Shades of Resolution Blue #394477

Tints of Resolution Blue #394477

Color information

#394477 (or 0x394477) is unknown color: approx Resolution Blue. HEX triplet: 39, 44 and 77. RGB value is (57,68,119). Sum of RGB (Red+Green+Blue) = 57+68+119=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #394477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394477 is #C6BB88. Grayscale: #464646. Windows color (decimal): -13024137 or 7816249. OLE color: 7816249.

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

Color convert

RGB5768119-
CMYK0.520.4300.53
HSL229.35º35.23%34.51%-
HSV(B)229.35º52.1%46.67%-
XYZ7.086.3418.3-
YUV70.52155.36118.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=23.36%
G=27.87%
B=48.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57681190.520.4300.53229.3535.2334.51
Hex394477342B035e52323
Octal7110416764530653454343
Binary11100110001001110111110100101011011010111100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394477; }

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

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

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

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

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

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

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

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