#387885

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

Shades of Calypso #387885

Tints of Calypso #387885

Color information

#387885 (or 0x387885) is unknown color: approx Calypso. HEX triplet: 38, 78 and 85. RGB value is (56,120,133). Sum of RGB (Red+Green+Blue) = 56+120+133=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #387885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387885 is #C7877A. Grayscale: #666666. Windows color (decimal): -13076347 or 8747064. OLE color: 8747064.

HSL color Cylindrical-coordinate representation of color #387885: hue angle of 190.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387885 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB56120133-
CMYK0.580.1000.48
HSL190.13º40.74%37.06%-
HSV(B)190.13º57.89%52.16%-
XYZ12.5815.9724.61-
YUV102.35145.394.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=18.12%
G=38.83%
B=43.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561201330.580.1000.48190.1340.7437.06
Hex3878853AA030be2925
Octal7017020572120602765145
Binary1110001111000100001011110101010011000010111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387885; }

 p { color: rgb(56,120,133); }

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

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

 a { background-color: rgb(56,120,133); }

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

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

 span { border-color: rgb(56,120,133); }

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