#387386

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

Shades of Calypso #387386

Tints of Calypso #387386

Color information

#387386 (or 0x387386) is unknown color: approx Calypso. HEX triplet: 38, 73 and 86. RGB value is (56,115,134). Sum of RGB (Red+Green+Blue) = 56+115+134=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #387386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387386 is #C78C79. Grayscale: #636363. Windows color (decimal): -13077626 or 8811320. OLE color: 8811320.

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

Color convert

RGB56115134-
CMYK0.580.1400.47
HSL194.62º41.05%37.25%-
HSV(B)194.62º58.21%52.55%-
XYZ12.0614.8224.78-
YUV99.52147.4596.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=18.36%
G=37.70%
B=43.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561151340.580.1400.47194.6241.0537.25
Hex3873863AE02Fc32925
Octal7016320672160573035145
Binary1110001110011100001101110101110010111111000011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387386; }

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

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

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

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

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

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

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

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