#395088

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

Shades of Tory Blue #395088

Tints of Tory Blue #395088

Color information

#395088 (or 0x395088) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 88. RGB value is (57,80,136). Sum of RGB (Red+Green+Blue) = 57+80+136=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #395088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395088 is #C6AF77. Grayscale: #4F4F4F. Windows color (decimal): -13021048 or 8933433. OLE color: 8933433.

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

Color convert

RGB5780136-
CMYK0.580.4100.47
HSL222.53º40.93%37.84%-
HSV(B)222.53º58.09%53.33%-
XYZ98.3824.44-
YUV79.51159.88111.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=20.88%
G=29.30%
B=49.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57801360.580.4100.47222.5340.9337.84
Hex3950883A2902Fdf2926
Octal7112021072510573375146
Binary111001101000010001000111010101001010111111011111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395088; }

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

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

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

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

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

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

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

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