#33419D

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

Shades of Tory Blue #33419D

Tints of Tory Blue #33419D

Color information

#33419D (or 0x33419D) is unknown color: approx Tory Blue. HEX triplet: 33, 41 and 9D. RGB value is (51,65,157). Sum of RGB (Red+Green+Blue) = 51+65+157=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #33419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33419D is #CCBE62. Grayscale: #464646. Windows color (decimal): -13418083 or 10305843. OLE color: 10305843.

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

Color convert

RGB5165157-
CMYK0.680.5900.38
HSL232.08º50.96%40.78%-
HSV(B)232.08º67.52%61.57%-
XYZ9.346.9232.74-
YUV71.3176.36113.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 157 (61.72% from 255) = 57.51%
R=18.68%
G=23.81%
B=57.51%

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
Decimal51651570.680.5900.38232.0850.9640.78
Hex33419D443B026e83329
Octal63101235104730463506351
Binary1100111000001100111011000100111011010011011101000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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