#387987

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

Shades of Calypso #387987

Tints of Calypso #387987

Color information

#387987 (or 0x387987) is unknown color: approx Calypso. HEX triplet: 38, 79 and 87. RGB value is (56,121,135). Sum of RGB (Red+Green+Blue) = 56+121+135=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #387987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387987 is #C78678. Grayscale: #676767. Windows color (decimal): -13076089 or 8878392. OLE color: 8878392.

HSL color Cylindrical-coordinate representation of color #387987: hue angle of 190.63º 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 #387987 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56121135-
CMYK0.590.1000.47
HSL190.63º41.36%37.45%-
HSV(B)190.63º58.52%52.94%-
XYZ12.8416.2625.38-
YUV103.16145.9794.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=17.95%
G=38.78%
B=43.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561211350.590.1000.47190.6341.3637.45
Hex3879873BA02Fbf2925
Octal7017120773120572775145
Binary1110001111001100001111110111010010111110111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387987; }

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

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

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

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

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

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

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

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