#387081

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

Shades of Calypso #387081

Tints of Calypso #387081

Color information

#387081 (or 0x387081) is unknown color: approx Calypso. HEX triplet: 38, 70 and 81. RGB value is (56,112,129). Sum of RGB (Red+Green+Blue) = 56+112+129=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #387081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387081 is #C78F7E. Grayscale: #616161. Windows color (decimal): -13078399 or 8482872. OLE color: 8482872.

HSL color Cylindrical-coordinate representation of color #387081: hue angle of 193.97º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387081 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56112129-
CMYK0.570.1300.49
HSL193.97º39.46%36.27%-
HSV(B)193.97º56.59%50.59%-
XYZ11.3914.0122.87-
YUV97.19145.9598.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=18.86%
G=37.71%
B=43.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561121290.570.1300.49193.9739.4636.27
Hex38708139D031c22724
Octal7016020171150613024744
Binary1110001110000100000011110011101011000111000010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387081; }

 p { color: rgb(56,112,129); }

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

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

 a { background-color: rgb(56,112,129); }

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

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

 span { border-color: rgb(56,112,129); }

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