#35419E

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

Shades of Tory Blue #35419E

Tints of Tory Blue #35419E

Color information

#35419E (or 0x35419E) is unknown color: approx Tory Blue. HEX triplet: 35, 41 and 9E. RGB value is (53,65,158). Sum of RGB (Red+Green+Blue) = 53+65+158=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #35419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35419E is #CABE61. Grayscale: #474747. Windows color (decimal): -13287010 or 10371381. OLE color: 10371381.

HSL color Cylindrical-coordinate representation of color #35419E: hue angle of 233.14º 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 #35419E is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5365158-
CMYK0.660.5900.38
HSL233.14º49.76%41.37%-
HSV(B)233.14º66.46%61.96%-
XYZ9.537.0133.2-
YUV72.01176.52114.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=19.20%
G=23.55%
B=57.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53651580.660.5900.38233.1449.7641.37
Hex35419E423B026e93229
Octal65101236102730463516251
Binary1101011000001100111101000010111011010011011101001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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