#35419C

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

Shades of Tory Blue #35419C

Tints of Tory Blue #35419C

Color information

#35419C (or 0x35419C) is unknown color: approx Tory Blue. HEX triplet: 35, 41 and 9C. RGB value is (53,65,156). Sum of RGB (Red+Green+Blue) = 53+65+156=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #35419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35419C is #CABE63. Grayscale: #474747. Windows color (decimal): -13287012 or 10240309. OLE color: 10240309.

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

Color convert

RGB5365156-
CMYK0.660.5800.39
HSL233.01º49.28%40.98%-
HSV(B)233.01º66.03%61.18%-
XYZ9.366.9432.3-
YUV71.79175.52114.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=19.34%
G=23.72%
B=56.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53651560.660.5800.39233.0149.2840.98
Hex35419C423A027e93129
Octal65101234102720473516151
Binary1101011000001100111001000010111010010011111101001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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