#385982

Color #385982 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #385982

Tints of St Tropaz #385982

Color information

#385982 (or 0x385982) is unknown color: approx St Tropaz. HEX triplet: 38, 59 and 82. RGB value is (56,89,130). Sum of RGB (Red+Green+Blue) = 56+89+130=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #385982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385982 is #C7A67D. Grayscale: #535353. Windows color (decimal): -13084286 or 8542520. OLE color: 8542520.

HSL color Cylindrical-coordinate representation of color #385982: hue angle of 213.24º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385982 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5689130-
CMYK0.570.3200.49
HSL213.24º39.78%36.47%-
HSV(B)213.24º56.92%50.98%-
XYZ9.239.622.48-
YUV83.81154.07108.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=20.36%
G=32.36%
B=47.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56891300.570.3200.49213.2439.7836.47
Hex3859823920031d52824
Octal7013120271400613255044
Binary111000101100110000010111001100000011000111010101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385982; }

 p { color: rgb(56,89,130); }

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

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

 a { background-color: rgb(56,89,130); }

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

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

 span { border-color: rgb(56,89,130); }

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