#35458A

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

Shades of Tory Blue #35458A

Tints of Tory Blue #35458A

Color information

#35458A (or 0x35458A) is unknown color: approx Tory Blue. HEX triplet: 35, 45 and 8A. RGB value is (53,69,138). Sum of RGB (Red+Green+Blue) = 53+69+138=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #35458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35458A is #CABA75. Grayscale: #474747. Windows color (decimal): -13286006 or 9061685. OLE color: 9061685.

HSL color Cylindrical-coordinate representation of color #35458A: hue angle of 228.71º 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 #35458A is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5369138-
CMYK0.620.500.46
HSL228.71º44.5%37.45%-
HSV(B)228.71º61.59%54.12%-
XYZ8.186.8524.94-
YUV72.08165.2114.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=20.38%
G=26.54%
B=53.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53691380.620.500.46228.7144.537.45
Hex35458A3E3202Ee52d25
Octal6510521276620563455545
Binary110101100010110001010111110110010010111011100101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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