#387986

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

Shades of Calypso #387986

Tints of Calypso #387986

Color information

#387986 (or 0x387986) is unknown color: approx Calypso. HEX triplet: 38, 79 and 86. RGB value is (56,121,134). Sum of RGB (Red+Green+Blue) = 56+121+134=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #387986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387986 is #C78679. Grayscale: #666666. Windows color (decimal): -13076090 or 8812856. OLE color: 8812856.

HSL color Cylindrical-coordinate representation of color #387986: hue angle of 190º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387986 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56121134-
CMYK0.580.1000.47
HSL190º41.05%37.25%-
HSV(B)190º58.21%52.55%-
XYZ12.7716.2425.02-
YUV103.05145.4794.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=18.01%
G=38.91%
B=43.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561211340.580.1000.4719041.0537.25
Hex3879863AA02Fbe2925
Octal7017120672120572765145
Binary1110001111001100001101110101010010111110111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387986; }

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

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

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

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

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

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

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

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