#385984

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

Shades of St Tropaz #385984

Tints of St Tropaz #385984

Color information

#385984 (or 0x385984) is unknown color: approx St Tropaz. HEX triplet: 38, 59 and 84. RGB value is (56,89,132). Sum of RGB (Red+Green+Blue) = 56+89+132=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #385984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385984 is #C7A67B. Grayscale: #535353. Windows color (decimal): -13084284 or 8673592. OLE color: 8673592.

HSL color Cylindrical-coordinate representation of color #385984: hue angle of 213.95º degrees, saturation: 0.4, 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 #385984 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5689132-
CMYK0.580.3300.48
HSL213.95º40.43%36.86%-
HSV(B)213.95º57.58%51.76%-
XYZ9.379.6523.2-
YUV84.04155.07108-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=20.22%
G=32.13%
B=47.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56891320.580.3300.48213.9540.4336.86
Hex3859843A21030d62825
Octal7013120472410603265045
Binary111000101100110000100111010100001011000011010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385984; }

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

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

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

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

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

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

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

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