#33488C

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

Shades of Tory Blue #33488C

Tints of Tory Blue #33488C

Color information

#33488C (or 0x33488C) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 8C. RGB value is (51,72,140). Sum of RGB (Red+Green+Blue) = 51+72+140=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #33488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33488C is #CCB773. Grayscale: #494949. Windows color (decimal): -13416308 or 9193523. OLE color: 9193523.

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

Color convert

RGB5172140-
CMYK0.640.4900.45
HSL225.84º46.6%37.45%-
HSV(B)225.84º63.57%54.9%-
XYZ8.427.2325.76-
YUV73.47165.54111.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 140 (55.08% from 255) = 53.23%
R=19.39%
G=27.38%
B=53.23%

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
Decimal51721400.640.4900.45225.8446.637.45
Hex33488C403102De22f25
Octal63110214100610553425745
Binary1100111001000100011001000000110001010110111100010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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