#33469E

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

Shades of Tory Blue #33469E

Tints of Tory Blue #33469E

Color information

#33469E (or 0x33469E) is unknown color: approx Tory Blue. HEX triplet: 33, 46 and 9E. RGB value is (51,70,158). Sum of RGB (Red+Green+Blue) = 51+70+158=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #33469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33469E is #CCB961. Grayscale: #494949. Windows color (decimal): -13416802 or 10372659. OLE color: 10372659.

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

Color convert

RGB5170158-
CMYK0.680.5600.38
HSL229.35º51.2%40.98%-
HSV(B)229.35º67.72%61.96%-
XYZ9.737.5533.29-
YUV74.35175.21111.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=18.28%
G=25.09%
B=56.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51701580.680.5600.38229.3551.240.98
Hex33469E4438026e53329
Octal63106236104700463456351
Binary1100111000110100111101000100111000010011011100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33469E; }

 p { color: rgb(51,70,158); }

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

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

 a { background-color: rgb(51,70,158); }

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

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

 span { border-color: rgb(51,70,158); }

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