#3D7292

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

Shades of Calypso #3D7292

Tints of Calypso #3D7292

Color information

#3D7292 (or 0x3D7292) is unknown color: approx Calypso. HEX triplet: 3D, 72 and 92. RGB value is (61,114,146). Sum of RGB (Red+Green+Blue) = 61+114+146=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D7292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7292 is #C28D6D. Grayscale: #656565. Windows color (decimal): -12750190 or 9597501. OLE color: 9597501.

HSL color Cylindrical-coordinate representation of color #3D7292: hue angle of 202.59º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D7292 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB61114146-
CMYK0.580.2200.43
HSL202.59º41.06%40.59%-
HSV(B)202.59º58.22%57.25%-
XYZ13.1315.129.42-
YUV101.8152.9498.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=19.00%
G=35.51%
B=45.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal611141460.580.2200.43202.5941.0640.59
Hex3D72923A1602Bcb2929
Octal7516222272260533135151
Binary11110111100101001001011101010110010101111001011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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