#385790

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

Shades of Tory Blue #385790

Tints of Tory Blue #385790

Color information

#385790 (or 0x385790) is unknown color: approx Tory Blue. HEX triplet: 38, 57 and 90. RGB value is (56,87,144). Sum of RGB (Red+Green+Blue) = 56+87+144=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #385790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385790 is #C7A86F. Grayscale: #535353. Windows color (decimal): -13084784 or 9459512. OLE color: 9459512.

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

Color convert

RGB5687144-
CMYK0.610.4000.44
HSL218.86º44%39.22%-
HSV(B)218.86º61.11%56.47%-
XYZ10.079.6727.72-
YUV84.23161.73107.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=19.51%
G=30.31%
B=50.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56871440.610.4000.44218.864439.22
Hex3857903D2802Cdb2c27
Octal7012722075500543335447
Binary111000101011110010000111101101000010110011011011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385790; }

 p { color: rgb(56,87,144); }

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

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

 a { background-color: rgb(56,87,144); }

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

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

 span { border-color: rgb(56,87,144); }

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