#314475

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

Shades of Resolution Blue #314475

Tints of Resolution Blue #314475

Color information

#314475 (or 0x314475) is unknown color: approx Resolution Blue. HEX triplet: 31, 44 and 75. RGB value is (49,68,117). Sum of RGB (Red+Green+Blue) = 49+68+117=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #314475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314475 is #CEBB8A. Grayscale: #434343. Windows color (decimal): -13548427 or 7685169. OLE color: 7685169.

HSL color Cylindrical-coordinate representation of color #314475: hue angle of 223.24º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314475 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4968117-
CMYK0.580.4200.54
HSL223.24º40.96%32.55%-
HSV(B)223.24º58.12%45.88%-
XYZ6.546.0717.66-
YUV67.9155.71114.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 117 (46.09% from 255) = 50%
R=20.94%
G=29.06%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49681170.580.4200.54223.2440.9632.55
Hex3144753A2A036df2921
Octal6110416572520663375141
Binary11000110001001110101111010101010011011011011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314475; }

 p { color: rgb(49,68,117); }

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

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

 a { background-color: rgb(49,68,117); }

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

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

 span { border-color: rgb(49,68,117); }

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