#3E758D

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

Shades of Calypso #3E758D

Tints of Calypso #3E758D

Color information

#3E758D (or 0x3E758D) is unknown color: approx Calypso. HEX triplet: 3E, 75 and 8D. RGB value is (62,117,141). Sum of RGB (Red+Green+Blue) = 62+117+141=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E758D is #C18A72. Grayscale: #676767. Windows color (decimal): -12683891 or 9270590. OLE color: 9270590.

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

Color convert

RGB62117141-
CMYK0.560.1700.45
HSL198.23º38.92%39.8%-
HSV(B)198.23º56.03%55.29%-
XYZ13.1615.6727.53-
YUV103.29149.2898.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.38%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=19.38%
G=36.56%
B=44.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621171410.560.1700.45198.2338.9239.8
Hex3E758D381102Dc62728
Octal7616521570210553064750
Binary11111011101011000110111100010001010110111000110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,117,141); }

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

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

 a { background-color: rgb(62,117,141); }

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

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

 span { border-color: rgb(62,117,141); }

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