#314084

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

Shades of Resolution Blue #314084

Tints of Resolution Blue #314084

Color information

#314084 (or 0x314084) is unknown color: approx Resolution Blue. HEX triplet: 31, 40 and 84. RGB value is (49,64,132). Sum of RGB (Red+Green+Blue) = 49+64+132=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #314084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314084 is #CEBF7B. Grayscale: #424242. Windows color (decimal): -13549436 or 8667185. OLE color: 8667185.

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

Color convert

RGB4964132-
CMYK0.630.5200.48
HSL229.16º45.86%35.49%-
HSV(B)229.16º62.88%51.76%-
XYZ7.265.9922.6-
YUV67.27164.53114.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=20%
G=26.12%
B=53.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49641320.630.5200.48229.1645.8635.49
Hex3140843F34030e52e23
Octal6110020477640603455643
Binary110001100000010000100111111110100011000011100101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314084; }

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

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

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

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

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

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

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

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