#35499D

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

Shades of Tory Blue #35499D

Tints of Tory Blue #35499D

Color information

#35499D (or 0x35499D) is unknown color: approx Tory Blue. HEX triplet: 35, 49 and 9D. RGB value is (53,73,157). Sum of RGB (Red+Green+Blue) = 53+73+157=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #35499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35499D is #CAB662. Grayscale: #4C4C4C. Windows color (decimal): -13284963 or 10307893. OLE color: 10307893.

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

Color convert

RGB5373157-
CMYK0.660.5400.38
HSL228.46º49.52%41.18%-
HSV(B)228.46º66.24%61.57%-
XYZ9.947.9632.91-
YUV76.6173.37111.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=18.73%
G=25.80%
B=55.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53731570.660.5400.38228.4649.5241.18
Hex35499D4236026e43229
Octal65111235102660463446251
Binary1101011001001100111011000010110110010011011100100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35499D; }

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

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

<style>
 a { background-color: #35499D; }

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

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

<style>
 span { border-color: #35499D; }

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

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