#3B7489

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

Shades of Calypso #3B7489

Tints of Calypso #3B7489

Color information

#3B7489 (or 0x3B7489) is unknown color: approx Calypso. HEX triplet: 3B, 74 and 89. RGB value is (59,116,137). Sum of RGB (Red+Green+Blue) = 59+116+137=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B7489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7489 is #C48B76. Grayscale: #656565. Windows color (decimal): -12880759 or 9008187. OLE color: 9008187.

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

Color convert

RGB59116137-
CMYK0.570.1500.46
HSL196.15º39.8%38.43%-
HSV(B)196.15º56.93%53.73%-
XYZ12.5615.2325.94-
YUV101.35148.1297.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 137 (53.91% from 255) = 43.91%
R=18.91%
G=37.18%
B=43.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591161370.570.1500.46196.1539.838.43
Hex3B748939F02Ec42826
Octal7316421171170563045046
Binary1110111110100100010011110011111010111011000100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,116,137); }

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

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

 a { background-color: rgb(59,116,137); }

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

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

 span { border-color: rgb(59,116,137); }

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