#355894

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

Shades of Tory Blue #355894

Tints of Tory Blue #355894

Color information

#355894 (or 0x355894) is unknown color: approx Tory Blue. HEX triplet: 35, 58 and 94. RGB value is (53,88,148). Sum of RGB (Red+Green+Blue) = 53+88+148=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #355894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355894 is #CAA76B. Grayscale: #545454. Windows color (decimal): -13281132 or 9721909. OLE color: 9721909.

HSL color Cylindrical-coordinate representation of color #355894: hue angle of 217.89º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355894 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5388148-
CMYK0.640.4100.42
HSL217.89º47.26%39.41%-
HSV(B)217.89º64.19%58.04%-
XYZ10.39.8729.38-
YUV84.38163.9105.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=18.34%
G=30.45%
B=51.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53881480.640.4100.42217.8947.2639.41
Hex355894402902Ada2f27
Octal65130224100510523325747
Binary1101011011000100101001000000101001010101011011010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355894; }

 p { color: rgb(53,88,148); }

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

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

 a { background-color: rgb(53,88,148); }

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

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

 span { border-color: rgb(53,88,148); }

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