#355398

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

Shades of Tory Blue #355398

Tints of Tory Blue #355398

Color information

#355398 (or 0x355398) is unknown color: approx Tory Blue. HEX triplet: 35, 53 and 98. RGB value is (53,83,152). Sum of RGB (Red+Green+Blue) = 53+83+152=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #355398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355398 is #CAAC67. Grayscale: #515151. Windows color (decimal): -13282408 or 9982773. OLE color: 9982773.

HSL color Cylindrical-coordinate representation of color #355398: hue angle of 221.82º 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 #355398 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5383152-
CMYK0.650.4500.40
HSL221.82º48.29%40.2%-
HSV(B)221.82º65.13%59.61%-
XYZ10.239.2130.94-
YUV81.9167.56107.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=18.40%
G=28.82%
B=52.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53831520.650.4500.40221.8248.2940.2
Hex355398412D028de3028
Octal65123230101550503366050
Binary1101011010011100110001000001101101010100011011110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355398; }

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

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

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

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

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

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

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

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