#385983

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

Shades of St Tropaz #385983

Tints of St Tropaz #385983

Color information

#385983 (or 0x385983) is unknown color: approx St Tropaz. HEX triplet: 38, 59 and 83. RGB value is (56,89,131). Sum of RGB (Red+Green+Blue) = 56+89+131=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #385983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385983 is #C7A67C. Grayscale: #535353. Windows color (decimal): -13084285 or 8608056. OLE color: 8608056.

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

Color convert

RGB5689131-
CMYK0.570.3200.49
HSL213.6º40.11%36.67%-
HSV(B)213.6º57.25%51.37%-
XYZ9.39.6222.84-
YUV83.92154.57108.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=20.29%
G=32.25%
B=47.46%

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
Decimal56891310.570.3200.49213.640.1136.67
Hex3859833920031d62825
Octal7013120371400613265045
Binary111000101100110000011111001100000011000111010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385983; }

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

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

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

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

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

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

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

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