#394476

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

Shades of Resolution Blue #394476

Tints of Resolution Blue #394476

Color information

#394476 (or 0x394476) is unknown color: approx Resolution Blue. HEX triplet: 39, 44 and 76. RGB value is (57,68,118). Sum of RGB (Red+Green+Blue) = 57+68+118=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #394476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394476 is #C6BB89. Grayscale: #464646. Windows color (decimal): -13024138 or 7750713. OLE color: 7750713.

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

Color convert

RGB5768118-
CMYK0.520.4200.54
HSL229.18º34.86%34.31%-
HSV(B)229.18º51.69%46.27%-
XYZ7.026.3117.99-
YUV70.41154.86118.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=23.46%
G=27.98%
B=48.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57681180.520.4200.54229.1834.8634.31
Hex394476342A036e52322
Octal7110416664520663454342
Binary11100110001001110110110100101010011011011100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394476; }

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

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

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

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

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

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

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

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