#3D7188

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

Shades of Calypso #3D7188

Tints of Calypso #3D7188

Color information

#3D7188 (or 0x3D7188) is unknown color: approx Calypso. HEX triplet: 3D, 71 and 88. RGB value is (61,113,136). Sum of RGB (Red+Green+Blue) = 61+113+136=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D7188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7188 is #C28E77. Grayscale: #636363. Windows color (decimal): -12750456 or 8941885. OLE color: 8941885.

HSL color Cylindrical-coordinate representation of color #3D7188: hue angle of 198.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 #3D7188 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB61113136-
CMYK0.550.1700.47
HSL198.4º38.07%38.63%-
HSV(B)198.4º55.15%53.33%-
XYZ12.2714.5825.46-
YUV100.07148.27100.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.68%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=19.68%
G=36.45%
B=43.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611131360.550.1700.47198.438.0738.63
Hex3D7188371102Fc62627
Octal7516121067210573064647
Binary11110111100011000100011011110001010111111000110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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