#35459B

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

Shades of Tory Blue #35459B

Tints of Tory Blue #35459B

Color information

#35459B (or 0x35459B) is unknown color: approx Tory Blue. HEX triplet: 35, 45 and 9B. RGB value is (53,69,155). Sum of RGB (Red+Green+Blue) = 53+69+155=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #35459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35459B is #CABA64. Grayscale: #494949. Windows color (decimal): -13285989 or 10175797. OLE color: 10175797.

HSL color Cylindrical-coordinate representation of color #35459B: hue angle of 230.59º 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 #35459B is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5369155-
CMYK0.660.5500.39
HSL230.59º49.04%40.78%-
HSV(B)230.59º65.81%60.78%-
XYZ9.517.3831.93-
YUV74.02173.7113.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=19.13%
G=24.91%
B=55.96%

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
Decimal53691550.660.5500.39230.5949.0440.78
Hex35459B4237027e73129
Octal65105233102670473476151
Binary1101011000101100110111000010110111010011111100111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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