#33459F

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

Shades of Tory Blue #33459F

Tints of Tory Blue #33459F

Color information

#33459F (or 0x33459F) is unknown color: approx Tory Blue. HEX triplet: 33, 45 and 9F. RGB value is (51,69,159). Sum of RGB (Red+Green+Blue) = 51+69+159=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #33459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33459F is #CCBA60. Grayscale: #494949. Windows color (decimal): -13417057 or 10437939. OLE color: 10437939.

HSL color Cylindrical-coordinate representation of color #33459F: hue angle of 230º 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 #33459F is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5169159-
CMYK0.680.5700.38
HSL230º51.43%41.18%-
HSV(B)230º67.92%62.35%-
XYZ9.757.4633.73-
YUV73.88176.04111.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=18.28%
G=24.73%
B=56.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51691590.680.5700.3823051.4341.18
Hex33459F4439026e63329
Octal63105237104710463466351
Binary1100111000101100111111000100111001010011011100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,69,159); }

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

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

 a { background-color: rgb(51,69,159); }

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

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

 span { border-color: rgb(51,69,159); }

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