#3B7389

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

Shades of Calypso #3B7389

Tints of Calypso #3B7389

Color information

#3B7389 (or 0x3B7389) is unknown color: approx Calypso. HEX triplet: 3B, 73 and 89. RGB value is (59,115,137). Sum of RGB (Red+Green+Blue) = 59+115+137=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B7389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7389 is #C48C76. Grayscale: #646464. Windows color (decimal): -12881015 or 9007931. OLE color: 9007931.

HSL color Cylindrical-coordinate representation of color #3B7389: hue angle of 196.92º 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 #3B7389 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB59115137-
CMYK0.570.1600.46
HSL196.92º39.8%38.43%-
HSV(B)196.92º56.93%53.73%-
XYZ12.451525.91-
YUV100.76148.4598.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=18.97%
G=36.98%
B=44.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591151370.570.1600.46196.9239.838.43
Hex3B7389391002Ec52826
Octal7316321171200563055046
Binary11101111100111000100111100110000010111011000101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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