#35468B

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

Shades of Tory Blue #35468B

Tints of Tory Blue #35468B

Color information

#35468B (or 0x35468B) is unknown color: approx Tory Blue. HEX triplet: 35, 46 and 8B. RGB value is (53,70,139). Sum of RGB (Red+Green+Blue) = 53+70+139=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #35468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35468B is #CAB974. Grayscale: #484848. Windows color (decimal): -13285749 or 9127477. OLE color: 9127477.

HSL color Cylindrical-coordinate representation of color #35468B: hue angle of 228.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35468B is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5370139-
CMYK0.620.5000.45
HSL228.14º44.79%37.65%-
HSV(B)228.14º61.87%54.51%-
XYZ8.32725.34-
YUV72.78165.37113.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=20.23%
G=26.72%
B=53.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53701390.620.5000.45228.1444.7937.65
Hex35468B3E3202De42d26
Octal6510621376620553445546
Binary110101100011010001011111110110010010110111100100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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