#35548E

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

Shades of Tory Blue #35548E

Tints of Tory Blue #35548E

Color information

#35548E (or 0x35548E) is unknown color: approx Tory Blue. HEX triplet: 35, 54 and 8E. RGB value is (53,84,142). Sum of RGB (Red+Green+Blue) = 53+84+142=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #35548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35548E is #CAAB71. Grayscale: #515151. Windows color (decimal): -13282162 or 9327669. OLE color: 9327669.

HSL color Cylindrical-coordinate representation of color #35548E: hue angle of 219.1º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35548E is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5384142-
CMYK0.630.4100.44
HSL219.1º45.64%38.24%-
HSV(B)219.1º62.68%55.69%-
XYZ9.529.0526.84-
YUV81.34162.23107.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=19.00%
G=30.11%
B=50.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53841420.630.4100.44219.145.6438.24
Hex35548E3F2902Cdb2e26
Octal6512421677510543335646
Binary110101101010010001110111111101001010110011011011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35548E; }

 p { color: rgb(53,84,142); }

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

<style>
 a { background-color: #35548E; }

 a { background-color: rgb(53,84,142); }

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

<style>
 span { border-color: #35548E; }

 span { border-color: rgb(53,84,142); }

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