#3E708F

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

Shades of Calypso #3E708F

Tints of Calypso #3E708F

Color information

#3E708F (or 0x3E708F) is unknown color: approx Calypso. HEX triplet: 3E, 70 and 8F. RGB value is (62,112,143). Sum of RGB (Red+Green+Blue) = 62+112+143=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E708F is #C18F70. Grayscale: #646464. Windows color (decimal): -12685169 or 9400382. OLE color: 9400382.

HSL color Cylindrical-coordinate representation of color #3E708F: hue angle of 202.96º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E708F is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB62112143-
CMYK0.570.2200.44
HSL202.96º39.51%40.2%-
HSV(B)202.96º56.64%56.08%-
XYZ12.7414.628.13-
YUV100.58151.94100.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.56%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=19.56%
G=35.33%
B=45.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621121430.570.2200.44202.9639.5140.2
Hex3E708F391602Ccb2828
Octal7616021771260543135050
Binary11111011100001000111111100110110010110011001011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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