#33487F

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

Shades of Tory Blue #33487F

Tints of Tory Blue #33487F

Color information

#33487F (or 0x33487F) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 7F. RGB value is (51,72,127). Sum of RGB (Red+Green+Blue) = 51+72+127=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #33487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33487F is #CCB780. Grayscale: #474747. Windows color (decimal): -13416321 or 8341555. OLE color: 8341555.

HSL color Cylindrical-coordinate representation of color #33487F: hue angle of 223.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33487F is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5172127-
CMYK0.600.4300.50
HSL223.42º42.7%34.9%-
HSV(B)223.42º59.84%49.8%-
XYZ7.516.8721.01-
YUV71.99159.04113.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 127 (50% from 255) = 50.8%
R=20.4%
G=28.8%
B=50.8%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51721270.600.4300.50223.4242.734.9
Hex33487F3C2B032df2b23
Octal6311017774530623375343
Binary11001110010001111111111100101011011001011011111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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