#387A8B

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

Shades of Calypso #387A8B

Tints of Calypso #387A8B

Color information

#387A8B (or 0x387A8B) is unknown color: approx Calypso. HEX triplet: 38, 7A and 8B. RGB value is (56,122,139). Sum of RGB (Red+Green+Blue) = 56+122+139=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #387A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A8B is #C78574. Grayscale: #686868. Windows color (decimal): -13075829 or 9140792. OLE color: 9140792.

HSL color Cylindrical-coordinate representation of color #387A8B: hue angle of 192.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387A8B is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56122139-
CMYK0.600.1200.45
HSL192.29º42.56%38.24%-
HSV(B)192.29º59.71%54.51%-
XYZ13.2516.6226.94-
YUV104.2147.6393.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=17.67%
G=38.49%
B=43.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561221390.600.1200.45192.2942.5638.24
Hex387A8B3CC02Dc02b26
Octal7017221374140553005346
Binary1110001111010100010111111001100010110111000000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387A8B; }

 p { color: rgb(56,122,139); }

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

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

 a { background-color: rgb(56,122,139); }

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

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

 span { border-color: rgb(56,122,139); }

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