#3E7481

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

Shades of Calypso #3E7481

Tints of Calypso #3E7481

Color information

#3E7481 (or 0x3E7481) is unknown color: approx Calypso. HEX triplet: 3E, 74 and 81. RGB value is (62,116,129). Sum of RGB (Red+Green+Blue) = 62+116+129=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E7481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7481 is #C18B7E. Grayscale: #656565. Windows color (decimal): -12684159 or 8483902. OLE color: 8483902.

HSL color Cylindrical-coordinate representation of color #3E7481: hue angle of 191.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E7481 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB62116129-
CMYK0.520.1000.49
HSL191.64º35.08%37.45%-
HSV(B)191.64º51.94%50.59%-
XYZ12.1915.123.04-
YUV101.34143.6199.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.20%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=20.20%
G=37.79%
B=42.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621161290.520.1000.49191.6435.0837.45
Hex3E748134A031c02325
Octal7616420164120613004345
Binary1111101110100100000011101001010011000111000000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,116,129); }

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

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

 a { background-color: rgb(62,116,129); }

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

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

 span { border-color: rgb(62,116,129); }

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