#33498E

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

Shades of Tory Blue #33498E

Tints of Tory Blue #33498E

Color information

#33498E (or 0x33498E) is unknown color: approx Tory Blue. HEX triplet: 33, 49 and 8E. RGB value is (51,73,142). Sum of RGB (Red+Green+Blue) = 51+73+142=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #33498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33498E is #CCB671. Grayscale: #494949. Windows color (decimal): -13416050 or 9324851. OLE color: 9324851.

HSL color Cylindrical-coordinate representation of color #33498E: hue angle of 225.49º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33498E is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5173142-
CMYK0.640.4900.44
HSL225.49º47.15%37.84%-
HSV(B)225.49º64.08%55.69%-
XYZ8.637.4226.57-
YUV74.29166.21111.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 142 (55.86% from 255) = 53.38%
R=19.17%
G=27.44%
B=53.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51731420.640.4900.44225.4947.1537.84
Hex33498E403102Ce12f26
Octal63111216100610543415746
Binary1100111001001100011101000000110001010110011100001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,73,142); }

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

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

 a { background-color: rgb(51,73,142); }

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

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

 span { border-color: rgb(51,73,142); }

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