#387380

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

Shades of Calypso #387380

Tints of Calypso #387380

Color information

#387380 (or 0x387380) is unknown color: approx Calypso. HEX triplet: 38, 73 and 80. RGB value is (56,115,128). Sum of RGB (Red+Green+Blue) = 56+115+128=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #387380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387380 is #C78C7F. Grayscale: #626262. Windows color (decimal): -13077632 or 8418104. OLE color: 8418104.

HSL color Cylindrical-coordinate representation of color #387380: hue angle of 190.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387380 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56115128-
CMYK0.560.1000.50
HSL190.83º39.13%36.08%-
HSV(B)190.83º56.25%50.2%-
XYZ11.6614.6622.64-
YUV98.84144.4597.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=18.73%
G=38.46%
B=42.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561151280.560.1000.50190.8339.1336.08
Hex38738038A032bf2724
Octal7016320070120622774744
Binary1110001110011100000001110001010011001010111111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387380; }

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

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

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

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

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

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

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

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