#387585

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

Shades of Calypso #387585

Tints of Calypso #387585

Color information

#387585 (or 0x387585) is unknown color: approx Calypso. HEX triplet: 38, 75 and 85. RGB value is (56,117,133). Sum of RGB (Red+Green+Blue) = 56+117+133=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #387585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387585 is #C78A7A. Grayscale: #646464. Windows color (decimal): -13077115 or 8746296. OLE color: 8746296.

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

Color convert

RGB56117133-
CMYK0.580.1200.48
HSL192.47º40.74%37.06%-
HSV(B)192.47º57.89%52.16%-
XYZ12.2315.2624.49-
YUV100.58146.2996.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=18.30%
G=38.24%
B=43.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561171330.580.1200.48192.4740.7437.06
Hex3875853AC030c02925
Octal7016520572140603005145
Binary1110001110101100001011110101100011000011000000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387585; }

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

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

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

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

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

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

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

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