#33449E

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

Shades of Tory Blue #33449E

Tints of Tory Blue #33449E

Color information

#33449E (or 0x33449E) is unknown color: approx Tory Blue. HEX triplet: 33, 44 and 9E. RGB value is (51,68,158). Sum of RGB (Red+Green+Blue) = 51+68+158=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #33449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33449E is #CCBB61. Grayscale: #484848. Windows color (decimal): -13417314 or 10372147. OLE color: 10372147.

HSL color Cylindrical-coordinate representation of color #33449E: hue angle of 230.47º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33449E is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5168158-
CMYK0.680.5700.38
HSL230.47º51.2%40.98%-
HSV(B)230.47º67.72%61.96%-
XYZ9.67.3133.25-
YUV73.18175.87112.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=18.41%
G=24.55%
B=57.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51681580.680.5700.38230.4751.240.98
Hex33449E4439026e63329
Octal63104236104710463466351
Binary1100111000100100111101000100111001010011011100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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