#33408B

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

Shades of Tory Blue #33408B

Tints of Tory Blue #33408B

Color information

#33408B (or 0x33408B) is unknown color: approx Tory Blue. HEX triplet: 33, 40 and 8B. RGB value is (51,64,139). Sum of RGB (Red+Green+Blue) = 51+64+139=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #33408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33408B is #CCBF74. Grayscale: #444444. Windows color (decimal): -13418357 or 9125939. OLE color: 9125939.

HSL color Cylindrical-coordinate representation of color #33408B: hue angle of 231.14º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33408B is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5164139-
CMYK0.630.5400.45
HSL231.14º46.32%37.25%-
HSV(B)231.14º63.31%54.51%-
XYZ7.866.2325.22-
YUV68.66167.69115.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=20.08%
G=25.20%
B=54.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51641390.630.5400.45231.1446.3237.25
Hex33408B3F3602De72e25
Octal6310021377660553475645
Binary110011100000010001011111111110110010110111100111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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