#387486

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

Shades of Calypso #387486

Tints of Calypso #387486

Color information

#387486 (or 0x387486) is unknown color: approx Calypso. HEX triplet: 38, 74 and 86. RGB value is (56,116,134). Sum of RGB (Red+Green+Blue) = 56+116+134=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #387486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387486 is #C78B79. Grayscale: #636363. Windows color (decimal): -13077370 or 8811576. OLE color: 8811576.

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

Color convert

RGB56116134-
CMYK0.580.1300.47
HSL193.85º41.05%37.25%-
HSV(B)193.85º58.21%52.55%-
XYZ12.1815.0524.82-
YUV100.11147.1296.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=18.30%
G=37.91%
B=43.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561161340.580.1300.47193.8541.0537.25
Hex3874863AD02Fc22925
Octal7016420672150573025145
Binary1110001110100100001101110101101010111111000010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387486; }

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

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

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

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

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

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

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

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