#3B778E

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

Shades of Calypso #3B778E

Tints of Calypso #3B778E

Color information

#3B778E (or 0x3B778E) is unknown color: approx Calypso. HEX triplet: 3B, 77 and 8E. RGB value is (59,119,142). Sum of RGB (Red+Green+Blue) = 59+119+142=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B778E is #C48871. Grayscale: #676767. Windows color (decimal): -12879986 or 9336635. OLE color: 9336635.

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

Color convert

RGB59119142-
CMYK0.580.1600.44
HSL196.63º41.29%39.41%-
HSV(B)196.63º58.45%55.69%-
XYZ13.2816.0827.99-
YUV103.68149.6296.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.44%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=18.44%
G=37.19%
B=44.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591191420.580.1600.44196.6341.2939.41
Hex3B778E3A1002Cc52927
Octal7316721672200543055147
Binary11101111101111000111011101010000010110011000101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,119,142); }

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

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

 a { background-color: rgb(59,119,142); }

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

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

 span { border-color: rgb(59,119,142); }

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