#385099

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

Shades of Tory Blue #385099

Tints of Tory Blue #385099

Color information

#385099 (or 0x385099) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 99. RGB value is (56,80,153). Sum of RGB (Red+Green+Blue) = 56+80+153=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #385099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385099 is #C7AF66. Grayscale: #505050. Windows color (decimal): -13086567 or 10047544. OLE color: 10047544.

HSL color Cylindrical-coordinate representation of color #385099: hue angle of 225.15º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385099 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5680153-
CMYK0.630.4800.4
HSL225.15º46.41%40.98%-
HSV(B)225.15º63.4%60%-
XYZ10.258.8831.31-
YUV81.15168.55110.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=19.38%
G=27.68%
B=52.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56801530.630.4800.4225.1546.4140.98
Hex3850993F30028e12e29
Octal7012023177600503415651
Binary111000101000010011001111111110000010100011100001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385099; }

 p { color: rgb(56,80,153); }

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

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

 a { background-color: rgb(56,80,153); }

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

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

 span { border-color: rgb(56,80,153); }

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