#35418E

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

Shades of Tory Blue #35418E

Tints of Tory Blue #35418E

Color information

#35418E (or 0x35418E) is unknown color: approx Tory Blue. HEX triplet: 35, 41 and 8E. RGB value is (53,65,142). Sum of RGB (Red+Green+Blue) = 53+65+142=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #35418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35418E is #CABE71. Grayscale: #454545. Windows color (decimal): -13287026 or 9322805. OLE color: 9322805.

HSL color Cylindrical-coordinate representation of color #35418E: hue angle of 231.91º 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 #35418E is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5365142-
CMYK0.630.5400.44
HSL231.91º45.64%38.24%-
HSV(B)231.91º62.68%55.69%-
XYZ8.246.4926.41-
YUV70.19168.52115.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 54.62%
R=20.38%
G=25%
B=54.62%

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
Decimal53651420.630.5400.44231.9145.6438.24
Hex35418E3F3602Ce82e26
Octal6510121677660543505646
Binary110101100000110001110111111110110010110011101000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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