#35428E

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

Shades of Tory Blue #35428E

Tints of Tory Blue #35428E

Color information

#35428E (or 0x35428E) is unknown color: approx Tory Blue. HEX triplet: 35, 42 and 8E. RGB value is (53,66,142). Sum of RGB (Red+Green+Blue) = 53+66+142=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #35428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35428E is #CABD71. Grayscale: #464646. Windows color (decimal): -13286770 or 9323061. OLE color: 9323061.

HSL color Cylindrical-coordinate representation of color #35428E: hue angle of 231.24º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35428E is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5366142-
CMYK0.630.5400.44
HSL231.24º45.64%38.24%-
HSV(B)231.24º62.68%55.69%-
XYZ8.36.6126.43-
YUV70.78168.19115.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=20.31%
G=25.29%
B=54.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53661420.630.5400.44231.2445.6438.24
Hex35428E3F3602Ce72e26
Octal6510221677660543475646
Binary110101100001010001110111111110110010110011100111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35428E; }

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

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

<style>
 a { background-color: #35428E; }

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

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

<style>
 span { border-color: #35428E; }

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

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