#3D7687

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

Shades of Calypso #3D7687

Tints of Calypso #3D7687

Color information

#3D7687 (or 0x3D7687) is unknown color: approx Calypso. HEX triplet: 3D, 76 and 87. RGB value is (61,118,135). Sum of RGB (Red+Green+Blue) = 61+118+135=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D7687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7687 is #C28978. Grayscale: #666666. Windows color (decimal): -12749177 or 8877629. OLE color: 8877629.

HSL color Cylindrical-coordinate representation of color #3D7687: hue angle of 193.78º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D7687 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB61118135-
CMYK0.550.1300.47
HSL193.78º37.76%38.43%-
HSV(B)193.78º54.81%52.94%-
XYZ12.7815.725.28-
YUV102.9146.1298.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=19.43%
G=37.58%
B=42.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611181350.550.1300.47193.7837.7638.43
Hex3D768737D02Fc22626
Octal7516620767150573024646
Binary1111011110110100001111101111101010111111000010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,135); }

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

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

 a { background-color: rgb(61,118,135); }

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

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

 span { border-color: rgb(61,118,135); }

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