#314285

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

Shades of Tory Blue #314285

Tints of Tory Blue #314285

Color information

#314285 (or 0x314285) is unknown color: approx Tory Blue. HEX triplet: 31, 42 and 85. RGB value is (49,66,133). Sum of RGB (Red+Green+Blue) = 49+66+133=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #314285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314285 is #CEBD7A. Grayscale: #444444. Windows color (decimal): -13548923 or 8733233. OLE color: 8733233.

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

Color convert

RGB4966133-
CMYK0.630.5000.48
HSL227.86º46.15%35.69%-
HSV(B)227.86º63.16%52.16%-
XYZ7.456.2423-
YUV68.56164.37114.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=19.76%
G=26.61%
B=53.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49661330.630.5000.48227.8646.1535.69
Hex3142853F32030e42e24
Octal6110220577620603445644
Binary110001100001010000101111111110010011000011100100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314285; }

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

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

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

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

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

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

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

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