#394478

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

Shades of Resolution Blue #394478

Tints of Resolution Blue #394478

Color information

#394478 (or 0x394478) is unknown color: approx Resolution Blue. HEX triplet: 39, 44 and 78. RGB value is (57,68,120). Sum of RGB (Red+Green+Blue) = 57+68+120=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #394478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394478 is #C6BB87. Grayscale: #464646. Windows color (decimal): -13024136 or 7881785. OLE color: 7881785.

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

Color convert

RGB5768120-
CMYK0.520.4300.53
HSL229.52º35.59%34.71%-
HSV(B)229.52º52.5%47.06%-
XYZ7.146.3618.62-
YUV70.64155.86118.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=23.27%
G=27.76%
B=48.98%

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
Decimal57681200.520.4300.53229.5235.5934.71
Hex394478342B035e62423
Octal7110417064530653464443
Binary11100110001001111000110100101011011010111100110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394478; }

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

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

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

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

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

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

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

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