#3E7286

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

Shades of Calypso #3E7286

Tints of Calypso #3E7286

Color information

#3E7286 (or 0x3E7286) is unknown color: approx Calypso. HEX triplet: 3E, 72 and 86. RGB value is (62,114,134). Sum of RGB (Red+Green+Blue) = 62+114+134=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E7286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7286 is #C18D79. Grayscale: #646464. Windows color (decimal): -12684666 or 8811070. OLE color: 8811070.

HSL color Cylindrical-coordinate representation of color #3E7286: hue angle of 196.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E7286 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB62114134-
CMYK0.540.1500.47
HSL196.67º36.73%38.43%-
HSV(B)196.67º53.73%52.55%-
XYZ12.3114.7824.76-
YUV100.73146.77100.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=20%
G=36.77%
B=43.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621141340.540.1500.47196.6736.7338.43
Hex3E728636F02Fc52526
Octal7616220666170573054546
Binary1111101110010100001101101101111010111111000101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,114,134); }

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

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

 a { background-color: rgb(62,114,134); }

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

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

 span { border-color: rgb(62,114,134); }

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