#33488F

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

Shades of Tory Blue #33488F

Tints of Tory Blue #33488F

Color information

#33488F (or 0x33488F) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 8F. RGB value is (51,72,143). Sum of RGB (Red+Green+Blue) = 51+72+143=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #33488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33488F is #CCB770. Grayscale: #494949. Windows color (decimal): -13416305 or 9390131. OLE color: 9390131.

HSL color Cylindrical-coordinate representation of color #33488F: hue angle of 226.3º 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 #33488F is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5172143-
CMYK0.640.5000.44
HSL226.3º47.42%38.04%-
HSV(B)226.3º64.34%56.08%-
XYZ8.647.3226.94-
YUV73.82167.04111.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 143 (56.25% from 255) = 53.76%
R=19.17%
G=27.07%
B=53.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51721430.640.5000.44226.347.4238.04
Hex33488F403202Ce22f26
Octal63110217100620543425746
Binary1100111001000100011111000000110010010110011100010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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