#3E7290

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

Shades of Calypso #3E7290

Tints of Calypso #3E7290

Color information

#3E7290 (or 0x3E7290) is unknown color: approx Calypso. HEX triplet: 3E, 72 and 90. RGB value is (62,114,144). Sum of RGB (Red+Green+Blue) = 62+114+144=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 114 (44.92% from 255 or 35.62% 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 #3E7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7290 is #C18D6F. Grayscale: #656565. Windows color (decimal): -12684656 or 9466430. OLE color: 9466430.

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

Color convert

RGB62114144-
CMYK0.570.2100.44
HSL201.95º39.81%40.39%-
HSV(B)201.95º56.94%56.47%-
XYZ13.0415.0728.61-
YUV101.87151.7799.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.38%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 144 (56.64% from 255) = 45%
R=19.38%
G=35.62%
B=45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621141440.570.2100.44201.9539.8140.39
Hex3E7290391502Cca2828
Octal7616222071250543125050
Binary11111011100101001000011100110101010110011001010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,114,144); }

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

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

 a { background-color: rgb(62,114,144); }

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

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

 span { border-color: rgb(62,114,144); }

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