#35538E

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

Shades of Tory Blue #35538E

Tints of Tory Blue #35538E

Color information

#35538E (or 0x35538E) is unknown color: approx Tory Blue. HEX triplet: 35, 53 and 8E. RGB value is (53,83,142). Sum of RGB (Red+Green+Blue) = 53+83+142=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #35538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35538E is #CAAC71. Grayscale: #505050. Windows color (decimal): -13282418 or 9327413. OLE color: 9327413.

HSL color Cylindrical-coordinate representation of color #35538E: hue angle of 219.78º 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 #35538E is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5383142-
CMYK0.630.4200.44
HSL219.78º45.64%38.24%-
HSV(B)219.78º62.68%55.69%-
XYZ9.448.926.81-
YUV80.76162.56108.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=19.06%
G=29.86%
B=51.08%

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
Decimal53831420.630.4200.44219.7845.6438.24
Hex35538E3F2A02Cdc2e26
Octal6512321677520543345646
Binary110101101001110001110111111101010010110011011100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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