#33418C

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

Shades of Tory Blue #33418C

Tints of Tory Blue #33418C

Color information

#33418C (or 0x33418C) is unknown color: approx Tory Blue. HEX triplet: 33, 41 and 8C. RGB value is (51,65,140). Sum of RGB (Red+Green+Blue) = 51+65+140=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #33418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33418C is #CCBE73. Grayscale: #454545. Windows color (decimal): -13418100 or 9191731. OLE color: 9191731.

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

Color convert

RGB5165140-
CMYK0.640.5400.45
HSL230.56º46.6%37.45%-
HSV(B)230.56º63.57%54.9%-
XYZ7.996.3825.62-
YUV69.36167.86114.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 140 (55.08% from 255) = 54.69%
R=19.92%
G=25.39%
B=54.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51651400.640.5400.45230.5646.637.45
Hex33418C403602De72f25
Octal63101214100660553475745
Binary1100111000001100011001000000110110010110111100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33418C; }

 p { color: rgb(51,65,140); }

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

<style>
 a { background-color: #33418C; }

 a { background-color: rgb(51,65,140); }

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

<style>
 span { border-color: #33418C; }

 span { border-color: rgb(51,65,140); }

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