#314184

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

Shades of Resolution Blue #314184

Tints of Resolution Blue #314184

Color information

#314184 (or 0x314184) is unknown color: approx Resolution Blue. HEX triplet: 31, 41 and 84. RGB value is (49,65,132). Sum of RGB (Red+Green+Blue) = 49+65+132=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #314184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314184 is #CEBE7B. Grayscale: #434343. Windows color (decimal): -13549180 or 8667441. OLE color: 8667441.

HSL color Cylindrical-coordinate representation of color #314184: hue angle of 228.43º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314184 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4965132-
CMYK0.630.5100.48
HSL228.43º45.86%35.49%-
HSV(B)228.43º62.88%51.76%-
XYZ7.326.122.62-
YUV67.85164.2114.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=19.92%
G=26.42%
B=53.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49651320.630.5100.48228.4345.8635.49
Hex3141843F33030e42e23
Octal6110120477630603445643
Binary110001100000110000100111111110011011000011100100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314184; }

 p { color: rgb(49,65,132); }

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

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

 a { background-color: rgb(49,65,132); }

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

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

 span { border-color: rgb(49,65,132); }

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