#385085

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

Shades of Tory Blue #385085

Tints of Tory Blue #385085

Color information

#385085 (or 0x385085) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 85. RGB value is (56,80,133). Sum of RGB (Red+Green+Blue) = 56+80+133=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #385085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385085 is #C7AF7A. Grayscale: #4E4E4E. Windows color (decimal): -13086587 or 8736824. OLE color: 8736824.

HSL color Cylindrical-coordinate representation of color #385085: hue angle of 221.3º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385085 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5680133-
CMYK0.580.4000.48
HSL221.3º40.74%37.06%-
HSV(B)221.3º57.89%52.16%-
XYZ8.738.2723.33-
YUV78.87158.55111.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=20.82%
G=29.74%
B=49.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56801330.580.4000.48221.340.7437.06
Hex3850853A28030dd2925
Octal7012020572500603355145
Binary111000101000010000101111010101000011000011011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385085; }

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

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

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

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

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

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

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

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