#33429B

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

Shades of Tory Blue #33429B

Tints of Tory Blue #33429B

Color information

#33429B (or 0x33429B) is unknown color: approx Tory Blue. HEX triplet: 33, 42 and 9B. RGB value is (51,66,155). Sum of RGB (Red+Green+Blue) = 51+66+155=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #33429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33429B is #CCBD64. Grayscale: #474747. Windows color (decimal): -13417829 or 10175027. OLE color: 10175027.

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

Color convert

RGB5166155-
CMYK0.670.5700.39
HSL231.35º50.49%40.39%-
HSV(B)231.35º67.1%60.78%-
XYZ9.236.9731.87-
YUV71.66175.03113.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 155 (60.94% from 255) = 56.99%
R=18.75%
G=24.26%
B=56.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51661550.670.5700.39231.3550.4940.39
Hex33429B4339027e73228
Octal63102233103710473476250
Binary1100111000010100110111000011111001010011111100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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