#387B87

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

Shades of Calypso #387B87

Tints of Calypso #387B87

Color information

#387B87 (or 0x387B87) is unknown color: approx Calypso. HEX triplet: 38, 7B and 87. RGB value is (56,123,135). Sum of RGB (Red+Green+Blue) = 56+123+135=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #387B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387B87 is #C78478. Grayscale: #686868. Windows color (decimal): -13075577 or 8878904. OLE color: 8878904.

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

Color convert

RGB56123135-
CMYK0.590.0900.47
HSL189.11º41.36%37.45%-
HSV(B)189.11º58.52%52.94%-
XYZ13.0916.7625.47-
YUV104.34145.393.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=17.83%
G=39.17%
B=42.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561231350.590.0900.47189.1141.3637.45
Hex387B873B902Fbd2925
Octal7017320773110572755145
Binary1110001111011100001111110111001010111110111101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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