#344988

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

Shades of Tory Blue #344988

Tints of Tory Blue #344988

Color information

#344988 (or 0x344988) is unknown color: approx Tory Blue. HEX triplet: 34, 49 and 88. RGB value is (52,73,136). Sum of RGB (Red+Green+Blue) = 52+73+136=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #344988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344988 is #CBB677. Grayscale: #494949. Windows color (decimal): -13350520 or 8931636. OLE color: 8931636.

HSL color Cylindrical-coordinate representation of color #344988: hue angle of 225º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344988 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5273136-
CMYK0.620.4600.47
HSL225º44.68%36.86%-
HSV(B)225º61.76%53.33%-
XYZ8.247.2724.26-
YUV73.9163.04112.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=19.92%
G=27.97%
B=52.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52731360.620.4600.4722544.6836.86
Hex3449883E2E02Fe12d25
Octal6411121076560573415545
Binary110100100100110001000111110101110010111111100001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344988; }

 p { color: rgb(52,73,136); }

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

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

 a { background-color: rgb(52,73,136); }

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

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

 span { border-color: rgb(52,73,136); }

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