#385287

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

Shades of Tory Blue #385287

Tints of Tory Blue #385287

Color information

#385287 (or 0x385287) is unknown color: approx Tory Blue. HEX triplet: 38, 52 and 87. RGB value is (56,82,135). Sum of RGB (Red+Green+Blue) = 56+82+135=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #385287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385287 is #C7AD78. Grayscale: #505050. Windows color (decimal): -13086073 or 8868408. OLE color: 8868408.

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

Color convert

RGB5682135-
CMYK0.590.3900.47
HSL220.25º41.36%37.45%-
HSV(B)220.25º58.52%52.94%-
XYZ9.028.6224.11-
YUV80.27158.89110.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=20.51%
G=30.04%
B=49.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56821350.590.3900.47220.2541.3637.45
Hex3852873B2702Fdc2925
Octal7012220773470573345145
Binary111000101001010000111111011100111010111111011100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385287; }

 p { color: rgb(56,82,135); }

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

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

 a { background-color: rgb(56,82,135); }

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

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

 span { border-color: rgb(56,82,135); }

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