#35418A

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

Shades of Tory Blue #35418A

Tints of Tory Blue #35418A

Color information

#35418A (or 0x35418A) is unknown color: approx Tory Blue. HEX triplet: 35, 41 and 8A. RGB value is (53,65,138). Sum of RGB (Red+Green+Blue) = 53+65+138=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #35418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35418A is #CABE75. Grayscale: #454545. Windows color (decimal): -13287030 or 9060661. OLE color: 9060661.

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

Color convert

RGB5365138-
CMYK0.620.5300.46
HSL231.53º44.5%37.45%-
HSV(B)231.53º61.59%54.12%-
XYZ7.956.3724.86-
YUV69.73166.52116.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=20.70%
G=25.39%
B=53.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53651380.620.5300.46231.5344.537.45
Hex35418A3E3502Ee82d25
Octal6510121276650563505545
Binary110101100000110001010111110110101010111011101000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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