#3E7285

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

Shades of Calypso #3E7285

Tints of Calypso #3E7285

Color information

#3E7285 (or 0x3E7285) is unknown color: approx Calypso. HEX triplet: 3E, 72 and 85. RGB value is (62,114,133). Sum of RGB (Red+Green+Blue) = 62+114+133=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E7285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7285 is #C18D7A. Grayscale: #646464. Windows color (decimal): -12684667 or 8745534. OLE color: 8745534.

HSL color Cylindrical-coordinate representation of color #3E7285: hue angle of 196.06º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E7285 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB62114133-
CMYK0.530.1400.48
HSL196.06º36.41%38.24%-
HSV(B)196.06º53.38%52.16%-
XYZ12.2414.7524.39-
YUV100.62146.27100.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.06%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=20.06%
G=36.89%
B=43.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal621141330.530.1400.48196.0636.4138.24
Hex3E728535E030c42426
Octal7616220565160603044446
Binary1111101110010100001011101011110011000011000100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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