#3D778A

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

Shades of Calypso #3D778A

Tints of Calypso #3D778A

Color information

#3D778A (or 0x3D778A) is unknown color: approx Calypso. HEX triplet: 3D, 77 and 8A. RGB value is (61,119,138). Sum of RGB (Red+Green+Blue) = 61+119+138=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D778A is #C28875. Grayscale: #676767. Windows color (decimal): -12748918 or 9074493. OLE color: 9074493.

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

Color convert

RGB61119138-
CMYK0.560.1400.46
HSL194.81º38.69%39.02%-
HSV(B)194.81º55.8%54.12%-
XYZ13.1116.0226.45-
YUV103.82147.2897.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.18%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=19.18%
G=37.42%
B=43.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611191380.560.1400.46194.8138.6939.02
Hex3D778A38E02Ec32727
Octal7516721270160563034747
Binary1111011110111100010101110001110010111011000011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,119,138); }

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

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

 a { background-color: rgb(61,119,138); }

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

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

 span { border-color: rgb(61,119,138); }

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