#355892

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

Shades of Tory Blue #355892

Tints of Tory Blue #355892

Color information

#355892 (or 0x355892) is unknown color: approx Tory Blue. HEX triplet: 35, 58 and 92. RGB value is (53,88,146). Sum of RGB (Red+Green+Blue) = 53+88+146=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #355892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355892 is #CAA76D. Grayscale: #535353. Windows color (decimal): -13281134 or 9590837. OLE color: 9590837.

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

Color convert

RGB5388146-
CMYK0.640.4000.43
HSL217.42º46.73%39.02%-
HSV(B)217.42º63.7%57.25%-
XYZ10.159.8128.55-
YUV84.15162.9105.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=18.47%
G=30.66%
B=50.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53881460.640.4000.43217.4246.7339.02
Hex355892402802Bd92f27
Octal65130222100500533315747
Binary1101011011000100100101000000101000010101111011001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355892; }

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

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

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

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

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

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

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

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