#33419F

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

Shades of Tory Blue #33419F

Tints of Tory Blue #33419F

Color information

#33419F (or 0x33419F) is unknown color: approx Tory Blue. HEX triplet: 33, 41 and 9F. RGB value is (51,65,159). Sum of RGB (Red+Green+Blue) = 51+65+159=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #33419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33419F is #CCBE60. Grayscale: #474747. Windows color (decimal): -13418081 or 10436915. OLE color: 10436915.

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

Color convert

RGB5165159-
CMYK0.680.5900.38
HSL232.22º51.43%41.18%-
HSV(B)232.22º67.92%62.35%-
XYZ9.516.9933.65-
YUV71.53177.36113.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 159 (62.5% from 255) = 57.82%
R=18.55%
G=23.64%
B=57.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51651590.680.5900.38232.2251.4341.18
Hex33419F443B026e83329
Octal63101237104730463506351
Binary1100111000001100111111000100111011010011011101000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33419F; }

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

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

<style>
 a { background-color: #33419F; }

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

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

<style>
 span { border-color: #33419F; }

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

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