#33409B

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

Shades of Tory Blue #33409B

Tints of Tory Blue #33409B

Color information

#33409B (or 0x33409B) is unknown color: approx Tory Blue. HEX triplet: 33, 40 and 9B. RGB value is (51,64,155). Sum of RGB (Red+Green+Blue) = 51+64+155=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #33409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33409B is #CCBF64. Grayscale: #464646. Windows color (decimal): -13418341 or 10174515. OLE color: 10174515.

HSL color Cylindrical-coordinate representation of color #33409B: hue angle of 232.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33409B is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5164155-
CMYK0.670.5900.39
HSL232.5º50.49%40.39%-
HSV(B)232.5º67.1%60.78%-
XYZ9.126.7431.83-
YUV70.49175.69114.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=18.89%
G=23.70%
B=57.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51641550.670.5900.39232.550.4940.39
Hex33409B433B027e83228
Octal63100233103730473506250
Binary1100111000000100110111000011111011010011111101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33409B; }

 p { color: rgb(51,64,155); }

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

<style>
 a { background-color: #33409B; }

 a { background-color: rgb(51,64,155); }

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

<style>
 span { border-color: #33409B; }

 span { border-color: rgb(51,64,155); }

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