#365088

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

Shades of Tory Blue #365088

Tints of Tory Blue #365088

Color information

#365088 (or 0x365088) is unknown color: approx Tory Blue. HEX triplet: 36, 50 and 88. RGB value is (54,80,136). Sum of RGB (Red+Green+Blue) = 54+80+136=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #365088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365088 is #C9AF77. Grayscale: #4E4E4E. Windows color (decimal): -13217656 or 8933430. OLE color: 8933430.

HSL color Cylindrical-coordinate representation of color #365088: hue angle of 220.98º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365088 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5480136-
CMYK0.600.4100.47
HSL220.98º43.16%37.25%-
HSV(B)220.98º60.29%53.33%-
XYZ8.838.324.43-
YUV78.61160.39110.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 136 (53.52% from 255) = 50.37%
R=20%
G=29.63%
B=50.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54801360.600.4100.47220.9843.1637.25
Hex3650883C2902Fdd2b25
Octal6612021074510573355345
Binary110110101000010001000111100101001010111111011101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365088; }

 p { color: rgb(54,80,136); }

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

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

 a { background-color: rgb(54,80,136); }

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

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

 span { border-color: rgb(54,80,136); }

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