#3E707F

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

Shades of Calypso #3E707F

Tints of Calypso #3E707F

Color information

#3E707F (or 0x3E707F) is unknown color: approx Calypso. HEX triplet: 3E, 70 and 7F. RGB value is (62,112,127). Sum of RGB (Red+Green+Blue) = 62+112+127=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E707F is #C18F80. Grayscale: #626262. Windows color (decimal): -12685185 or 8351806. OLE color: 8351806.

HSL color Cylindrical-coordinate representation of color #3E707F: hue angle of 193.85º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E707F is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB62112127-
CMYK0.510.1200.50
HSL193.85º34.39%37.06%-
HSV(B)193.85º51.18%49.8%-
XYZ11.6114.1422.2-
YUV98.76143.94101.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 127 (50% from 255) = 42.19%
R=20.60%
G=37.21%
B=42.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal621121270.510.1200.50193.8534.3937.06
Hex3E707F33C032c22225
Octal7616017763140623024245
Binary111110111000011111111100111100011001011000010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,112,127); }

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

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

 a { background-color: rgb(62,112,127); }

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

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

 span { border-color: rgb(62,112,127); }

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