#387487

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

Shades of Calypso #387487

Tints of Calypso #387487

Color information

#387487 (or 0x387487) is unknown color: approx Calypso. HEX triplet: 38, 74 and 87. RGB value is (56,116,135). Sum of RGB (Red+Green+Blue) = 56+116+135=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #387487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387487 is #C78B78. Grayscale: #646464. Windows color (decimal): -13077369 or 8877112. OLE color: 8877112.

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

Color convert

RGB56116135-
CMYK0.590.1400.47
HSL194.43º41.36%37.45%-
HSV(B)194.43º58.52%52.94%-
XYZ12.2515.0825.19-
YUV100.23147.6296.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 135 (53.12% from 255) = 43.97%
R=18.24%
G=37.79%
B=43.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561161350.590.1400.47194.4341.3637.45
Hex3874873BE02Fc22925
Octal7016420773160573025145
Binary1110001110100100001111110111110010111111000010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387487; }

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

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

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

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

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

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

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

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