#3D7587

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

Shades of Calypso #3D7587

Tints of Calypso #3D7587

Color information

#3D7587 (or 0x3D7587) is unknown color: approx Calypso. HEX triplet: 3D, 75 and 87. RGB value is (61,117,135). Sum of RGB (Red+Green+Blue) = 61+117+135=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D7587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7587 is #C28A78. Grayscale: #666666. Windows color (decimal): -12749433 or 8877373. OLE color: 8877373.

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

Color convert

RGB61117135-
CMYK0.550.1300.47
HSL194.59º37.76%38.43%-
HSV(B)194.59º54.81%52.94%-
XYZ12.6615.4625.24-
YUV102.31146.4598.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=19.49%
G=37.38%
B=43.13%

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
Decimal611171350.550.1300.47194.5937.7638.43
Hex3D758737D02Fc32626
Octal7516520767150573034646
Binary1111011110101100001111101111101010111111000011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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