#35498C

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

Shades of Tory Blue #35498C

Tints of Tory Blue #35498C

Color information

#35498C (or 0x35498C) is unknown color: approx Tory Blue. HEX triplet: 35, 49 and 8C. RGB value is (53,73,140). Sum of RGB (Red+Green+Blue) = 53+73+140=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #35498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35498C is #CAB673. Grayscale: #4A4A4A. Windows color (decimal): -13284980 or 9193781. OLE color: 9193781.

HSL color Cylindrical-coordinate representation of color #35498C: hue angle of 226.21º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35498C is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5373140-
CMYK0.620.4800.45
HSL226.21º45.08%37.84%-
HSV(B)226.21º62.14%54.9%-
XYZ8.587.4225.79-
YUV74.66164.87112.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 140 (55.08% from 255) = 52.63%
R=19.92%
G=27.44%
B=52.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53731400.620.4800.45226.2145.0837.84
Hex35498C3E3002De22d26
Octal6511121476600553425546
Binary110101100100110001100111110110000010110111100010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,73,140); }

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

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

 a { background-color: rgb(53,73,140); }

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

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

 span { border-color: rgb(53,73,140); }

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