#35539B

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

Shades of Tory Blue #35539B

Tints of Tory Blue #35539B

Color information

#35539B (or 0x35539B) is unknown color: approx Tory Blue. HEX triplet: 35, 53 and 9B. RGB value is (53,83,155). Sum of RGB (Red+Green+Blue) = 53+83+155=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #35539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35539B is #CAAC64. Grayscale: #515151. Windows color (decimal): -13282405 or 10179381. OLE color: 10179381.

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

Color convert

RGB5383155-
CMYK0.660.4600.39
HSL222.35º49.04%40.78%-
HSV(B)222.35º65.81%60.78%-
XYZ10.489.3132.26-
YUV82.24169.06107.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=18.21%
G=28.52%
B=53.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53831550.660.4600.39222.3549.0440.78
Hex35539B422E027de3129
Octal65123233102560473366151
Binary1101011010011100110111000010101110010011111011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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