#3b7689

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

Shades of Calypso #3B7689

Tints of Calypso #3B7689

Color information

#3B7689 (or 0x3B7689) is unknown color: approx Calypso. HEX triplet: 3B, 76 and 89. RGB value is (59,118,137). Sum of RGB (Red+Green+Blue) = 59+118+137=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B7689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7689 is #C48976. Grayscale: #666666. Windows color (decimal): -12880247 or 9008699. OLE color: 9008699.

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

Color convert

RGB59118137-
CMYK0.570.1400.46
HSL194.62º39.8%38.43%-
HSV(B)194.62º56.93%53.73%-
XYZ12.815.6926.02-
YUV102.52147.4596.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=18.79%
G=37.58%
B=43.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591181370.570.1400.46194.6239.838.43
Hex3B768939E02Ec32826
Octal7316621171160563035046
Binary1110111110110100010011110011110010111011000011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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