#3E758B

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

Shades of Calypso #3E758B

Tints of Calypso #3E758B

Color information

#3E758B (or 0x3E758B) is unknown color: approx Calypso. HEX triplet: 3E, 75 and 8B. RGB value is (62,117,139). Sum of RGB (Red+Green+Blue) = 62+117+139=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E758B is #C18A74. Grayscale: #666666. Windows color (decimal): -12683893 or 9139518. OLE color: 9139518.

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

Color convert

RGB62117139-
CMYK0.550.1600.45
HSL197.14º38.31%39.41%-
HSV(B)197.14º55.4%54.51%-
XYZ13.0115.6126.75-
YUV103.06148.2898.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.50%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=19.50%
G=36.79%
B=43.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621171390.550.1600.45197.1438.3139.41
Hex3E758B371002Dc52627
Octal7616521367200553054647
Binary11111011101011000101111011110000010110111000101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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