#34548D

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

Shades of Tory Blue #34548D

Tints of Tory Blue #34548D

Color information

#34548D (or 0x34548D) is unknown color: approx Tory Blue. HEX triplet: 34, 54 and 8D. RGB value is (52,84,141). Sum of RGB (Red+Green+Blue) = 52+84+141=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #34548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34548D is #CBAB72. Grayscale: #505050. Windows color (decimal): -13347699 or 9262132. OLE color: 9262132.

HSL color Cylindrical-coordinate representation of color #34548D: hue angle of 218.43º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34548D is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5284141-
CMYK0.630.4000.45
HSL218.43º46.11%37.84%-
HSV(B)218.43º63.12%55.29%-
XYZ9.398.9926.44-
YUV80.93161.9107.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=18.77%
G=30.32%
B=50.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52841410.630.4000.45218.4346.1137.84
Hex34548D3F2802Dda2e26
Octal6412421577500553325646
Binary110100101010010001101111111101000010110111011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34548D; }

 p { color: rgb(52,84,141); }

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

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

 a { background-color: rgb(52,84,141); }

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

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

 span { border-color: rgb(52,84,141); }

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