#35429D

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

Shades of Tory Blue #35429D

Tints of Tory Blue #35429D

Color information

#35429D (or 0x35429D) is unknown color: approx Tory Blue. HEX triplet: 35, 42 and 9D. RGB value is (53,66,157). Sum of RGB (Red+Green+Blue) = 53+66+157=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #35429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35429D is #CABD62. Grayscale: #484848. Windows color (decimal): -13286755 or 10306101. OLE color: 10306101.

HSL color Cylindrical-coordinate representation of color #35429D: hue angle of 232.5º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35429D is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5366157-
CMYK0.660.5800.38
HSL232.5º49.52%41.18%-
HSV(B)232.5º66.24%61.57%-
XYZ9.57.0932.77-
YUV72.49175.69114.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=19.20%
G=23.91%
B=56.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53661570.660.5800.38232.549.5241.18
Hex35429D423A026e83229
Octal65102235102720463506251
Binary1101011000010100111011000010111010010011011101000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,66,157); }

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

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

 a { background-color: rgb(53,66,157); }

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

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

 span { border-color: rgb(53,66,157); }

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