#3D6D8B

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

Shades of Calypso #3D6D8B

Tints of Calypso #3D6D8B

Color information

#3D6D8B (or 0x3D6D8B) is unknown color: approx Calypso. HEX triplet: 3D, 6D and 8B. RGB value is (61,109,139). Sum of RGB (Red+Green+Blue) = 61+109+139=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D6D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6D8B is #C29274. Grayscale: #616161. Windows color (decimal): -12751477 or 9137469. OLE color: 9137469.

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

Color convert

RGB61109139-
CMYK0.560.2200.45
HSL203.08º39%39.22%-
HSV(B)203.08º56.12%54.51%-
XYZ12.0513.7926.45-
YUV98.07151.1101.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=19.74%
G=35.28%
B=44.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611091390.560.2200.45203.083939.22
Hex3D6D8B381602Dcb2727
Octal7515521370260553134747
Binary11110111011011000101111100010110010110111001011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,109,139); }

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

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

 a { background-color: rgb(61,109,139); }

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

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

 span { border-color: rgb(61,109,139); }

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