#3D7390

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

Shades of Calypso #3D7390

Tints of Calypso #3D7390

Color information

#3D7390 (or 0x3D7390) is unknown color: approx Calypso. HEX triplet: 3D, 73 and 90. RGB value is (61,115,144). Sum of RGB (Red+Green+Blue) = 61+115+144=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D7390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7390 is #C28C6F. Grayscale: #656565. Windows color (decimal): -12749936 or 9466685. OLE color: 9466685.

HSL color Cylindrical-coordinate representation of color #3D7390: hue angle of 200.96º 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 #3D7390 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB61115144-
CMYK0.580.2000.44
HSL200.96º40.49%40.2%-
HSV(B)200.96º57.64%56.47%-
XYZ13.0915.2728.64-
YUV102.16151.6198.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.06%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 144 (56.64% from 255) = 45%
R=19.06%
G=35.94%
B=45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611151440.580.2000.44200.9640.4940.2
Hex3D73903A1402Cc92828
Octal7516322072240543115050
Binary11110111100111001000011101010100010110011001001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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