#395390

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

Shades of Tory Blue #395390

Tints of Tory Blue #395390

Color information

#395390 (or 0x395390) is unknown color: approx Tory Blue. HEX triplet: 39, 53 and 90. RGB value is (57,83,144). Sum of RGB (Red+Green+Blue) = 57+83+144=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #395390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395390 is #C6AC6F. Grayscale: #515151. Windows color (decimal): -13020272 or 9458489. OLE color: 9458489.

HSL color Cylindrical-coordinate representation of color #395390: hue angle of 222.07º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395390 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5783144-
CMYK0.600.4200.44
HSL222.07º43.28%39.41%-
HSV(B)222.07º60.42%56.47%-
XYZ9.819.0727.62-
YUV82.18162.89110.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=20.07%
G=29.23%
B=50.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57831440.600.4200.44222.0743.2839.41
Hex3953903C2A02Cde2b27
Octal7112322074520543365347
Binary111001101001110010000111100101010010110011011110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395390; }

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

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

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

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

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

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

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

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