#3D7688

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

Shades of Calypso #3D7688

Tints of Calypso #3D7688

Color information

#3D7688 (or 0x3D7688) is unknown color: approx Calypso. HEX triplet: 3D, 76 and 88. RGB value is (61,118,136). Sum of RGB (Red+Green+Blue) = 61+118+136=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D7688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7688 is #C28977. Grayscale: #666666. Windows color (decimal): -12749176 or 8943165. OLE color: 8943165.

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

Color convert

RGB61118136-
CMYK0.550.1300.47
HSL194.4º38.07%38.63%-
HSV(B)194.4º55.15%53.33%-
XYZ12.8515.7325.65-
YUV103.01146.6298.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=19.37%
G=37.46%
B=43.17%

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
Decimal611181360.550.1300.47194.438.0738.63
Hex3D768837D02Fc22627
Octal7516621067150573024647
Binary1111011110110100010001101111101010111111000010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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