#3B718B

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

Shades of Calypso #3B718B

Tints of Calypso #3B718B

Color information

#3B718B (or 0x3B718B) is unknown color: approx Calypso. HEX triplet: 3B, 71 and 8B. RGB value is (59,113,139). Sum of RGB (Red+Green+Blue) = 59+113+139=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B718B is #C48E74. Grayscale: #636363. Windows color (decimal): -12881525 or 9138491. OLE color: 9138491.

HSL color Cylindrical-coordinate representation of color #3B718B: hue angle of 199.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B718B is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB59113139-
CMYK0.580.1900.45
HSL199.5º40.4%38.82%-
HSV(B)199.5º57.55%54.51%-
XYZ12.3714.626.59-
YUV99.82150.1198.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=18.97%
G=36.33%
B=44.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591131390.580.1900.45199.540.438.82
Hex3B718B3A1302Dc82827
Octal7316121372230553105047
Binary11101111100011000101111101010011010110111001000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,113,139); }

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

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

 a { background-color: rgb(59,113,139); }

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

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

 span { border-color: rgb(59,113,139); }

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