#387586

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

Shades of Calypso #387586

Tints of Calypso #387586

Color information

#387586 (or 0x387586) is unknown color: approx Calypso. HEX triplet: 38, 75 and 86. RGB value is (56,117,134). Sum of RGB (Red+Green+Blue) = 56+117+134=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #387586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387586 is #C78A79. Grayscale: #646464. Windows color (decimal): -13077114 or 8811832. OLE color: 8811832.

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

Color convert

RGB56117134-
CMYK0.580.1300.47
HSL193.08º41.05%37.25%-
HSV(B)193.08º58.21%52.55%-
XYZ12.315.2824.86-
YUV100.7146.7996.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=18.24%
G=38.11%
B=43.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561171340.580.1300.47193.0841.0537.25
Hex3875863AD02Fc12925
Octal7016520672150573015145
Binary1110001110101100001101110101101010111111000001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387586; }

 p { color: rgb(56,117,134); }

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

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

 a { background-color: rgb(56,117,134); }

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

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

 span { border-color: rgb(56,117,134); }

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