#33489E

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

Shades of Tory Blue #33489E

Tints of Tory Blue #33489E

Color information

#33489E (or 0x33489E) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 9E. RGB value is (51,72,158). Sum of RGB (Red+Green+Blue) = 51+72+158=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #33489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33489E is #CCB761. Grayscale: #4B4B4B. Windows color (decimal): -13416290 or 10373171. OLE color: 10373171.

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

Color convert

RGB5172158-
CMYK0.680.5400.38
HSL228.22º51.2%40.98%-
HSV(B)228.22º67.72%61.96%-
XYZ9.857.8133.34-
YUV75.52174.54110.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=18.15%
G=25.62%
B=56.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51721580.680.5400.38228.2251.240.98
Hex33489E4436026e43329
Octal63110236104660463446351
Binary1100111001000100111101000100110110010011011100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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