#395388

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

Shades of Tory Blue #395388

Tints of Tory Blue #395388

Color information

#395388 (or 0x395388) is unknown color: approx Tory Blue. HEX triplet: 39, 53 and 88. RGB value is (57,83,136). Sum of RGB (Red+Green+Blue) = 57+83+136=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #395388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395388 is #C6AC77. Grayscale: #515151. Windows color (decimal): -13020280 or 8934201. OLE color: 8934201.

HSL color Cylindrical-coordinate representation of color #395388: hue angle of 220.25º 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 #395388 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5783136-
CMYK0.580.3900.47
HSL220.25º40.93%37.84%-
HSV(B)220.25º58.09%53.33%-
XYZ9.228.8324.51-
YUV81.27158.89110.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 136 (53.52% from 255) = 49.28%
R=20.65%
G=30.07%
B=49.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57831360.580.3900.47220.2540.9337.84
Hex3953883A2702Fdc2926
Octal7112321072470573345146
Binary111001101001110001000111010100111010111111011100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395388; }

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

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

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

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

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

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

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

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