#314578

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

Shades of Resolution Blue #314578

Tints of Resolution Blue #314578

Color information

#314578 (or 0x314578) is unknown color: approx Resolution Blue. HEX triplet: 31, 45 and 78. RGB value is (49,69,120). Sum of RGB (Red+Green+Blue) = 49+69+120=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #314578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314578 is #CEBA87. Grayscale: #444444. Windows color (decimal): -13548168 or 7882033. OLE color: 7882033.

HSL color Cylindrical-coordinate representation of color #314578: hue angle of 223.1º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314578 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4969120-
CMYK0.590.4200.53
HSL223.1º42.01%33.14%-
HSV(B)223.1º59.17%47.06%-
XYZ6.786.2718.62-
YUV68.83156.87113.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=20.59%
G=28.99%
B=50.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49691200.590.4200.53223.142.0133.14
Hex3145783B2A035df2a21
Octal6110517073520653375241
Binary11000110001011111000111011101010011010111011111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314578; }

 p { color: rgb(49,69,120); }

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

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

 a { background-color: rgb(49,69,120); }

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

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

 span { border-color: rgb(49,69,120); }

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