#3B7589

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

Shades of Calypso #3B7589

Tints of Calypso #3B7589

Color information

#3B7589 (or 0x3B7589) is unknown color: approx Calypso. HEX triplet: 3B, 75 and 89. RGB value is (59,117,137). Sum of RGB (Red+Green+Blue) = 59+117+137=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B7589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7589 is #C48A76. Grayscale: #656565. Windows color (decimal): -12880503 or 9008443. OLE color: 9008443.

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

Color convert

RGB59117137-
CMYK0.570.1500.46
HSL195.38º39.8%38.43%-
HSV(B)195.38º56.93%53.73%-
XYZ12.6815.4625.98-
YUV101.94147.7897.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=18.85%
G=37.38%
B=43.77%

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
Decimal591171370.570.1500.46195.3839.838.43
Hex3B758939F02Ec32826
Octal7316521171170563035046
Binary1110111110101100010011110011111010111011000011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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