#385089

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

Shades of Tory Blue #385089

Tints of Tory Blue #385089

Color information

#385089 (or 0x385089) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 89. RGB value is (56,80,137). Sum of RGB (Red+Green+Blue) = 56+80+137=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #385089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385089 is #C7AF76. Grayscale: #4F4F4F. Windows color (decimal): -13086583 or 8998968. OLE color: 8998968.

HSL color Cylindrical-coordinate representation of color #385089: hue angle of 222.22º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385089 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5680137-
CMYK0.590.4200.46
HSL222.22º41.97%37.84%-
HSV(B)222.22º59.12%53.73%-
XYZ9.018.3824.81-
YUV79.32160.55111.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=20.51%
G=29.30%
B=50.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56801370.590.4200.46222.2241.9737.84
Hex3850893B2A02Ede2a26
Octal7012021173520563365246
Binary111000101000010001001111011101010010111011011110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385089; }

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

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

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

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

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

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

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

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