#3D7090

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

Shades of Calypso #3D7090

Tints of Calypso #3D7090

Color information

#3D7090 (or 0x3D7090) is unknown color: approx Calypso. HEX triplet: 3D, 70 and 90. RGB value is (61,112,144). Sum of RGB (Red+Green+Blue) = 61+112+144=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D7090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7090 is #C28F6F. Grayscale: #646464. Windows color (decimal): -12750704 or 9465917. OLE color: 9465917.

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

Color convert

RGB61112144-
CMYK0.580.2200.44
HSL203.13º40.49%40.2%-
HSV(B)203.13º57.64%56.47%-
XYZ12.7514.5928.53-
YUV100.4152.699.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=19.24%
G=35.33%
B=45.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611121440.580.2200.44203.1340.4940.2
Hex3D70903A1602Ccb2828
Octal7516022072260543135050
Binary11110111100001001000011101010110010110011001011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,112,144); }

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

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

 a { background-color: rgb(61,112,144); }

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

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

 span { border-color: rgb(61,112,144); }

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