#35469B

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

Shades of Tory Blue #35469B

Tints of Tory Blue #35469B

Color information

#35469B (or 0x35469B) is unknown color: approx Tory Blue. HEX triplet: 35, 46 and 9B. RGB value is (53,70,155). Sum of RGB (Red+Green+Blue) = 53+70+155=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #35469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35469B is #CAB964. Grayscale: #4A4A4A. Windows color (decimal): -13285733 or 10176053. OLE color: 10176053.

HSL color Cylindrical-coordinate representation of color #35469B: hue angle of 230º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35469B is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5370155-
CMYK0.660.5500.39
HSL230º49.04%40.78%-
HSV(B)230º65.81%60.78%-
XYZ9.577.531.95-
YUV74.61173.37112.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=19.06%
G=25.18%
B=55.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53701550.660.5500.3923049.0440.78
Hex35469B4237027e63129
Octal65106233102670473466151
Binary1101011000110100110111000010110111010011111100110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35469B; }

 p { color: rgb(53,70,155); }

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

<style>
 a { background-color: #35469B; }

 a { background-color: rgb(53,70,155); }

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

<style>
 span { border-color: #35469B; }

 span { border-color: rgb(53,70,155); }

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