#33488D

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

Shades of Tory Blue #33488D

Tints of Tory Blue #33488D

Color information

#33488D (or 0x33488D) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 8D. RGB value is (51,72,141). Sum of RGB (Red+Green+Blue) = 51+72+141=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #33488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33488D is #CCB772. Grayscale: #494949. Windows color (decimal): -13416307 or 9259059. OLE color: 9259059.

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

Color convert

RGB5172141-
CMYK0.640.4900.45
HSL226º46.88%37.65%-
HSV(B)226º63.83%55.29%-
XYZ8.497.2626.15-
YUV73.59166.04111.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=19.32%
G=27.27%
B=53.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51721410.640.4900.4522646.8837.65
Hex33488D403102De22f26
Octal63110215100610553425746
Binary1100111001000100011011000000110001010110111100010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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