#33429A

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

Shades of Tory Blue #33429A

Tints of Tory Blue #33429A

Color information

#33429A (or 0x33429A) is unknown color: approx Tory Blue. HEX triplet: 33, 42 and 9A. RGB value is (51,66,154). Sum of RGB (Red+Green+Blue) = 51+66+154=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #33429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33429A is #CCBD65. Grayscale: #474747. Windows color (decimal): -13417830 or 10109491. OLE color: 10109491.

HSL color Cylindrical-coordinate representation of color #33429A: hue angle of 231.26º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33429A is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5166154-
CMYK0.670.5700.40
HSL231.26º50.24%40.2%-
HSV(B)231.26º66.88%60.39%-
XYZ9.156.9331.43-
YUV71.55174.53113.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=18.82%
G=24.35%
B=56.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51661540.670.5700.40231.2650.2440.2
Hex33429A4339028e73228
Octal63102232103710503476250
Binary1100111000010100110101000011111001010100011100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33429A; }

 p { color: rgb(51,66,154); }

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

<style>
 a { background-color: #33429A; }

 a { background-color: rgb(51,66,154); }

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

<style>
 span { border-color: #33429A; }

 span { border-color: rgb(51,66,154); }

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