#314185

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

Shades of Resolution Blue #314185

Tints of Resolution Blue #314185

Color information

#314185 (or 0x314185) is unknown color: approx Resolution Blue. HEX triplet: 31, 41 and 85. RGB value is (49,65,133). Sum of RGB (Red+Green+Blue) = 49+65+133=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #314185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314185 is #CEBE7A. Grayscale: #434343. Windows color (decimal): -13549179 or 8732977. OLE color: 8732977.

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

Color convert

RGB4965133-
CMYK0.630.5100.48
HSL228.57º46.15%35.69%-
HSV(B)228.57º63.16%52.16%-
XYZ7.396.1322.98-
YUV67.97164.7114.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=19.84%
G=26.32%
B=53.85%

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
Decimal49651330.630.5100.48228.5746.1535.69
Hex3141853F33030e52e24
Octal6110120577630603455644
Binary110001100000110000101111111110011011000011100101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314185; }

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

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

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

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

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

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

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

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