#34439F

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

Shades of Tory Blue #34439F

Tints of Tory Blue #34439F

Color information

#34439F (or 0x34439F) is unknown color: approx Tory Blue. HEX triplet: 34, 43 and 9F. RGB value is (52,67,159). Sum of RGB (Red+Green+Blue) = 52+67+159=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #34439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34439F is #CBBC60. Grayscale: #484848. Windows color (decimal): -13352033 or 10437428. OLE color: 10437428.

HSL color Cylindrical-coordinate representation of color #34439F: hue angle of 231.59º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34439F is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5267159-
CMYK0.670.5800.38
HSL231.59º50.71%41.37%-
HSV(B)231.59º67.3%62.35%-
XYZ9.687.2533.69-
YUV73176.53113.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 159 (62.5% from 255) = 57.19%
R=18.71%
G=24.10%
B=57.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52671590.670.5800.38231.5950.7141.37
Hex34439F433A026e83329
Octal64103237103720463506351
Binary1101001000011100111111000011111010010011011101000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34439F; }

 p { color: rgb(52,67,159); }

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

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

 a { background-color: rgb(52,67,159); }

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

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

 span { border-color: rgb(52,67,159); }

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