#385096

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

Shades of Tory Blue #385096

Tints of Tory Blue #385096

Color information

#385096 (or 0x385096) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 96. RGB value is (56,80,150). Sum of RGB (Red+Green+Blue) = 56+80+150=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #385096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385096 is #C7AF69. Grayscale: #505050. Windows color (decimal): -13086570 or 9850936. OLE color: 9850936.

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

Color convert

RGB5680150-
CMYK0.630.4700.41
HSL224.68º45.63%40.39%-
HSV(B)224.68º62.67%58.82%-
XYZ108.7830.02-
YUV80.8167.05110.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=19.58%
G=27.97%
B=52.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56801500.630.4700.41224.6845.6340.39
Hex3850963F2F029e12e28
Octal7012022677570513415650
Binary111000101000010010110111111101111010100111100001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385096; }

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

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

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

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

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

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

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

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