#33439E

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

Shades of Tory Blue #33439E

Tints of Tory Blue #33439E

Color information

#33439E (or 0x33439E) is unknown color: approx Tory Blue. HEX triplet: 33, 43 and 9E. RGB value is (51,67,158). Sum of RGB (Red+Green+Blue) = 51+67+158=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #33439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33439E is #CCBC61. Grayscale: #484848. Windows color (decimal): -13417570 or 10371891. OLE color: 10371891.

HSL color Cylindrical-coordinate representation of color #33439E: hue angle of 231.03º 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 #33439E is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5167158-
CMYK0.680.5800.38
HSL231.03º51.2%40.98%-
HSV(B)231.03º67.72%61.96%-
XYZ9.547.1933.23-
YUV72.59176.2112.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=18.48%
G=24.28%
B=57.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51671580.680.5800.38231.0351.240.98
Hex33439E443A026e73329
Octal63103236104720463476351
Binary1100111000011100111101000100111010010011011100111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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