#35478A

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

Shades of Tory Blue #35478A

Tints of Tory Blue #35478A

Color information

#35478A (or 0x35478A) is unknown color: approx Tory Blue. HEX triplet: 35, 47 and 8A. RGB value is (53,71,138). Sum of RGB (Red+Green+Blue) = 53+71+138=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #35478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35478A is #CAB875. Grayscale: #484848. Windows color (decimal): -13285494 or 9062197. OLE color: 9062197.

HSL color Cylindrical-coordinate representation of color #35478A: hue angle of 227.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35478A is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5371138-
CMYK0.620.4900.46
HSL227.29º44.5%37.45%-
HSV(B)227.29º61.59%54.12%-
XYZ8.317.124.98-
YUV73.26164.54113.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=20.23%
G=27.10%
B=52.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53711380.620.4900.46227.2944.537.45
Hex35478A3E3102Ee32d25
Octal6510721276610563435545
Binary110101100011110001010111110110001010111011100011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35478A; }

 p { color: rgb(53,71,138); }

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

<style>
 a { background-color: #35478A; }

 a { background-color: rgb(53,71,138); }

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

<style>
 span { border-color: #35478A; }

 span { border-color: rgb(53,71,138); }

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