#35429B

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

Shades of Tory Blue #35429B

Tints of Tory Blue #35429B

Color information

#35429B (or 0x35429B) is unknown color: approx Tory Blue. HEX triplet: 35, 42 and 9B. RGB value is (53,66,155). Sum of RGB (Red+Green+Blue) = 53+66+155=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #35429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35429B is #CABD64. Grayscale: #474747. Windows color (decimal): -13286757 or 10175029. OLE color: 10175029.

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

Color convert

RGB5366155-
CMYK0.660.5700.39
HSL232.35º49.04%40.78%-
HSV(B)232.35º65.81%60.78%-
XYZ9.337.0231.87-
YUV72.26174.69114.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=19.34%
G=24.09%
B=56.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53661550.660.5700.39232.3549.0440.78
Hex35429B4239027e83129
Octal65102233102710473506151
Binary1101011000010100110111000010111001010011111101000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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