#3B697D

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

Shades of Calypso #3B697D

Tints of Calypso #3B697D

Color information

#3B697D (or 0x3B697D) is unknown color: approx Calypso. HEX triplet: 3B, 69 and 7D. RGB value is (59,105,125). Sum of RGB (Red+Green+Blue) = 59+105+125=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B697D is #C49682. Grayscale: #5D5D5D. Windows color (decimal): -12883587 or 8218939. OLE color: 8218939.

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

Color convert

RGB59105125-
CMYK0.530.1600.51
HSL198.18º35.87%36.08%-
HSV(B)198.18º52.8%49.02%-
XYZ10.5612.5121.26-
YUV93.53145.76103.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=20.42%
G=36.33%
B=43.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591051250.530.1600.51198.1835.8736.08
Hex3B697D3510033c62424
Octal7315117565200633064444
Binary1110111101001111110111010110000011001111000110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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