#3F7190

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

Shades of Calypso #3F7190

Tints of Calypso #3F7190

Color information

#3F7190 (or 0x3F7190) is unknown color: approx Calypso. HEX triplet: 3F, 71 and 90. RGB value is (63,113,144). Sum of RGB (Red+Green+Blue) = 63+113+144=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 113 (44.53% from 255 or 35.31% 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 #3F7190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7190 is #C08E6F. Grayscale: #656565. Windows color (decimal): -12619376 or 9466175. OLE color: 9466175.

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

Color convert

RGB63113144-
CMYK0.560.2200.44
HSL202.96º39.13%40.59%-
HSV(B)202.96º56.25%56.47%-
XYZ12.9914.8828.57-
YUV101.58151.94100.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 144 (56.64% from 255) = 45%
R=19.69%
G=35.31%
B=45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631131440.560.2200.44202.9639.1340.59
Hex3F7190381602Ccb2729
Octal7716122070260543134751
Binary11111111100011001000011100010110010110011001011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,144); }

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

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

 a { background-color: rgb(63,113,144); }

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

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

 span { border-color: rgb(63,113,144); }

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