#3E7095

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

Shades of Calypso #3E7095

Tints of Calypso #3E7095

Color information

#3E7095 (or 0x3E7095) is unknown color: approx Calypso. HEX triplet: 3E, 70 and 95. RGB value is (62,112,149). Sum of RGB (Red+Green+Blue) = 62+112+149=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E7095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7095 is #C18F6A. Grayscale: #656565. Windows color (decimal): -12685163 or 9793598. OLE color: 9793598.

HSL color Cylindrical-coordinate representation of color #3E7095: hue angle of 205.52º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E7095 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB62112149-
CMYK0.580.2500.42
HSL205.52º41.23%41.37%-
HSV(B)205.52º58.39%58.43%-
XYZ13.2114.7830.59-
YUV101.27154.9499.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.20%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=19.20%
G=34.67%
B=46.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621121490.580.2500.42205.5241.2341.37
Hex3E70953A1902Ace2929
Octal7616022572310523165151
Binary11111011100001001010111101011001010101011001110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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