#35419F

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

Shades of Tory Blue #35419F

Tints of Tory Blue #35419F

Color information

#35419F (or 0x35419F) is unknown color: approx Tory Blue. HEX triplet: 35, 41 and 9F. RGB value is (53,65,159). Sum of RGB (Red+Green+Blue) = 53+65+159=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #35419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35419F is #CABE60. Grayscale: #474747. Windows color (decimal): -13287009 or 10436917. OLE color: 10436917.

HSL color Cylindrical-coordinate representation of color #35419F: hue angle of 233.21º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35419F is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5365159-
CMYK0.670.5900.38
HSL233.21º50%41.57%-
HSV(B)233.21º66.67%62.35%-
XYZ9.627.0433.65-
YUV72.13177.02114.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=19.13%
G=23.47%
B=57.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53651590.670.5900.38233.215041.57
Hex35419F433B026e9322a
Octal65101237103730463516252
Binary1101011000001100111111000011111011010011011101001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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