#355298

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

Shades of Tory Blue #355298

Tints of Tory Blue #355298

Color information

#355298 (or 0x355298) is unknown color: approx Tory Blue. HEX triplet: 35, 52 and 98. RGB value is (53,82,152). Sum of RGB (Red+Green+Blue) = 53+82+152=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #355298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355298 is #CAAD67. Grayscale: #515151. Windows color (decimal): -13282664 or 9982517. OLE color: 9982517.

HSL color Cylindrical-coordinate representation of color #355298: hue angle of 222.42º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355298 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5382152-
CMYK0.650.4600.40
HSL222.42º48.29%40.2%-
HSV(B)222.42º65.13%59.61%-
XYZ10.159.0630.92-
YUV81.31167.89107.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=18.47%
G=28.57%
B=52.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53821520.650.4600.40222.4248.2940.2
Hex355298412E028de3028
Octal65122230101560503366050
Binary1101011010010100110001000001101110010100011011110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355298; }

 p { color: rgb(53,82,152); }

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

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

 a { background-color: rgb(53,82,152); }

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

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

 span { border-color: rgb(53,82,152); }

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