#33428A

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

Shades of Tory Blue #33428A

Tints of Tory Blue #33428A

Color information

#33428A (or 0x33428A) is unknown color: approx Tory Blue. HEX triplet: 33, 42 and 8A. RGB value is (51,66,138). Sum of RGB (Red+Green+Blue) = 51+66+138=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #33428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33428A is #CCBD75. Grayscale: #454545. Windows color (decimal): -13417846 or 9060915. OLE color: 9060915.

HSL color Cylindrical-coordinate representation of color #33428A: hue angle of 229.66º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33428A is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5166138-
CMYK0.630.5200.46
HSL229.66º46.03%37.06%-
HSV(B)229.66º63.04%54.12%-
XYZ7.96.4424.87-
YUV69.72166.53114.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=20%
G=25.88%
B=54.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51661380.630.5200.46229.6646.0337.06
Hex33428A3F3402Ee62e25
Octal6310221277640563465645
Binary110011100001010001010111111110100010111011100110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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