#33448E

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

Shades of Tory Blue #33448E

Tints of Tory Blue #33448E

Color information

#33448E (or 0x33448E) is unknown color: approx Tory Blue. HEX triplet: 33, 44 and 8E. RGB value is (51,68,142). Sum of RGB (Red+Green+Blue) = 51+68+142=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #33448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33448E is #CCBB71. Grayscale: #474747. Windows color (decimal): -13417330 or 9323571. OLE color: 9323571.

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

Color convert

RGB5168142-
CMYK0.640.5200.44
HSL228.79º47.15%37.84%-
HSV(B)228.79º64.08%55.69%-
XYZ8.316.7926.46-
YUV71.35167.87113.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=19.54%
G=26.05%
B=54.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51681420.640.5200.44228.7947.1537.84
Hex33448E403402Ce52f26
Octal63104216100640543455746
Binary1100111000100100011101000000110100010110011100101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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