#314588

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

Shades of Tory Blue #314588

Tints of Tory Blue #314588

Color information

#314588 (or 0x314588) is unknown color: approx Tory Blue. HEX triplet: 31, 45 and 88. RGB value is (49,69,136). Sum of RGB (Red+Green+Blue) = 49+69+136=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #314588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314588 is #CEBA77. Grayscale: #464646. Windows color (decimal): -13548152 or 8930609. OLE color: 8930609.

HSL color Cylindrical-coordinate representation of color #314588: hue angle of 226.21º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314588 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4969136-
CMYK0.640.4900.47
HSL226.21º47.03%36.27%-
HSV(B)226.21º63.97%53.33%-
XYZ7.846.6924.17-
YUV70.66164.87112.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=19.29%
G=27.17%
B=53.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49691360.640.4900.47226.2147.0336.27
Hex314588403102Fe22f24
Octal61105210100610573425744
Binary1100011000101100010001000000110001010111111100010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314588; }

 p { color: rgb(49,69,136); }

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

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

 a { background-color: rgb(49,69,136); }

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

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

 span { border-color: rgb(49,69,136); }

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