#387887

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

Shades of Calypso #387887

Tints of Calypso #387887

Color information

#387887 (or 0x387887) is unknown color: approx Calypso. HEX triplet: 38, 78 and 87. RGB value is (56,120,135). Sum of RGB (Red+Green+Blue) = 56+120+135=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #387887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387887 is #C78778. Grayscale: #666666. Windows color (decimal): -13076345 or 8878136. OLE color: 8878136.

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

Color convert

RGB56120135-
CMYK0.590.1100.47
HSL191.39º41.36%37.45%-
HSV(B)191.39º58.52%52.94%-
XYZ12.7216.0225.34-
YUV102.57146.394.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=18.01%
G=38.59%
B=43.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561201350.590.1100.47191.3941.3637.45
Hex3878873BB02Fbf2925
Octal7017020773130572775145
Binary1110001111000100001111110111011010111110111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387887; }

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

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

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

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

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

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

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

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