#3B697E

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

Shades of Calypso #3B697E

Tints of Calypso #3B697E

Color information

#3B697E (or 0x3B697E) is unknown color: approx Calypso. HEX triplet: 3B, 69 and 7E. RGB value is (59,105,126). Sum of RGB (Red+Green+Blue) = 59+105+126=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B697E is #C49681. Grayscale: #5D5D5D. Windows color (decimal): -12883586 or 8284475. OLE color: 8284475.

HSL color Cylindrical-coordinate representation of color #3B697E: hue angle of 198.81º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B697E is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB59105126-
CMYK0.530.1700.51
HSL198.81º36.22%36.27%-
HSV(B)198.81º53.17%49.41%-
XYZ10.6212.5421.6-
YUV93.64146.26103.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.34%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=20.34%
G=36.21%
B=43.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591051260.530.1700.51198.8136.2236.27
Hex3B697E3511033c72424
Octal7315117665210633074444
Binary1110111101001111111011010110001011001111000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,105,126); }

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

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

 a { background-color: rgb(59,105,126); }

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

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

 span { border-color: rgb(59,105,126); }

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