#3B788C

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

Shades of Calypso #3B788C

Tints of Calypso #3B788C

Color information

#3B788C (or 0x3B788C) is unknown color: approx Calypso. HEX triplet: 3B, 78 and 8C. RGB value is (59,120,140). Sum of RGB (Red+Green+Blue) = 59+120+140=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B788C is #C48773. Grayscale: #676767. Windows color (decimal): -12879732 or 9205819. OLE color: 9205819.

HSL color Cylindrical-coordinate representation of color #3B788C: hue angle of 194.81º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B788C is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB59120140-
CMYK0.580.1400.45
HSL194.81º40.7%39.02%-
HSV(B)194.81º57.86%54.9%-
XYZ13.2516.2627.25-
YUV104.04148.2995.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=18.50%
G=37.62%
B=43.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591201400.580.1400.45194.8140.739.02
Hex3B788C3AE02Dc32927
Octal7317021472160553035147
Binary1110111111000100011001110101110010110111000011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B788C; }

 p { color: rgb(59,120,140); }

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

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

 a { background-color: rgb(59,120,140); }

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

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

 span { border-color: rgb(59,120,140); }

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