#35538F

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

Shades of Tory Blue #35538F

Tints of Tory Blue #35538F

Color information

#35538F (or 0x35538F) is unknown color: approx Tory Blue. HEX triplet: 35, 53 and 8F. RGB value is (53,83,143). Sum of RGB (Red+Green+Blue) = 53+83+143=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #35538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35538F is #CAAC70. Grayscale: #505050. Windows color (decimal): -13282417 or 9392949. OLE color: 9392949.

HSL color Cylindrical-coordinate representation of color #35538F: hue angle of 220º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35538F is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5383143-
CMYK0.630.4200.44
HSL220º45.92%38.43%-
HSV(B)220º62.94%56.08%-
XYZ9.528.9327.21-
YUV80.87163.06108.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 143 (56.25% from 255) = 51.25%
R=19.00%
G=29.75%
B=51.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53831430.630.4200.4422045.9238.43
Hex35538F3F2A02Cdc2e26
Octal6512321777520543345646
Binary110101101001110001111111111101010010110011011100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35538F; }

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

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

<style>
 a { background-color: #35538F; }

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

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

<style>
 span { border-color: #35538F; }

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

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