#35449C

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

Shades of Tory Blue #35449C

Tints of Tory Blue #35449C

Color information

#35449C (or 0x35449C) is unknown color: approx Tory Blue. HEX triplet: 35, 44 and 9C. RGB value is (53,68,156). Sum of RGB (Red+Green+Blue) = 53+68+156=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #35449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35449C is #CABB63. Grayscale: #494949. Windows color (decimal): -13286244 or 10241077. OLE color: 10241077.

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

Color convert

RGB5368156-
CMYK0.660.5600.39
HSL231.26º49.28%40.98%-
HSV(B)231.26º66.03%61.18%-
XYZ9.547.2932.36-
YUV73.55174.53113.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=19.13%
G=24.55%
B=56.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53681560.660.5600.39231.2649.2840.98
Hex35449C4238027e73129
Octal65104234102700473476151
Binary1101011000100100111001000010111000010011111100111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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