#387A87

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

Shades of Calypso #387A87

Tints of Calypso #387A87

Color information

#387A87 (or 0x387A87) is unknown color: approx Calypso. HEX triplet: 38, 7A and 87. RGB value is (56,122,135). Sum of RGB (Red+Green+Blue) = 56+122+135=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #387A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A87 is #C78578. Grayscale: #676767. Windows color (decimal): -13075833 or 8878648. OLE color: 8878648.

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

Color convert

RGB56122135-
CMYK0.590.1000.47
HSL189.87º41.36%37.45%-
HSV(B)189.87º58.52%52.94%-
XYZ12.9616.5125.42-
YUV103.75145.6393.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=17.89%
G=38.98%
B=43.13%

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
Decimal561221350.590.1000.47189.8741.3637.45
Hex387A873BA02Fbe2925
Octal7017220773120572765145
Binary1110001111010100001111110111010010111110111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387A87; }

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

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

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

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

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

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

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

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