#3E748A

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

Shades of Calypso #3E748A

Tints of Calypso #3E748A

Color information

#3E748A (or 0x3E748A) is unknown color: approx Calypso. HEX triplet: 3E, 74 and 8A. RGB value is (62,116,138). Sum of RGB (Red+Green+Blue) = 62+116+138=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E748A is #C18B75. Grayscale: #666666. Windows color (decimal): -12684150 or 9073726. OLE color: 9073726.

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

Color convert

RGB62116138-
CMYK0.550.1600.46
HSL197.37º38%39.22%-
HSV(B)197.37º55.07%54.12%-
XYZ12.8215.3526.33-
YUV102.36148.1199.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=19.62%
G=36.71%
B=43.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal621161380.550.1600.46197.373839.22
Hex3E748A371002Ec52627
Octal7616421267200563054647
Binary11111011101001000101011011110000010111011000101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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