#3D7288

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

Shades of Calypso #3D7288

Tints of Calypso #3D7288

Color information

#3D7288 (or 0x3D7288) is unknown color: approx Calypso. HEX triplet: 3D, 72 and 88. RGB value is (61,114,136). Sum of RGB (Red+Green+Blue) = 61+114+136=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D7288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7288 is #C28D77. Grayscale: #646464. Windows color (decimal): -12750200 or 8942141. OLE color: 8942141.

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

Color convert

RGB61114136-
CMYK0.550.1600.47
HSL197.6º38.07%38.63%-
HSV(B)197.6º55.15%53.33%-
XYZ12.3914.825.5-
YUV100.66147.9499.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=19.61%
G=36.66%
B=43.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611141360.550.1600.47197.638.0738.63
Hex3D7288371002Fc62627
Octal7516221067200573064647
Binary11110111100101000100011011110000010111111000110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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