#33469A

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

Shades of Tory Blue #33469A

Tints of Tory Blue #33469A

Color information

#33469A (or 0x33469A) is unknown color: approx Tory Blue. HEX triplet: 33, 46 and 9A. RGB value is (51,70,154). Sum of RGB (Red+Green+Blue) = 51+70+154=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #33469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33469A is #CCB965. Grayscale: #494949. Windows color (decimal): -13416806 or 10110515. OLE color: 10110515.

HSL color Cylindrical-coordinate representation of color #33469A: hue angle of 228.93º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33469A is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5170154-
CMYK0.670.5500.40
HSL228.93º50.24%40.2%-
HSV(B)228.93º66.88%60.39%-
XYZ9.397.4231.51-
YUV73.9173.21111.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 154 (60.55% from 255) = 56%
R=18.55%
G=25.45%
B=56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51701540.670.5500.40228.9350.2440.2
Hex33469A4337028e53228
Octal63106232103670503456250
Binary1100111000110100110101000011110111010100011100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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