#3F7292

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

Shades of Calypso #3F7292

Tints of Calypso #3F7292

Color information

#3F7292 (or 0x3F7292) is unknown color: approx Calypso. HEX triplet: 3F, 72 and 92. RGB value is (63,114,146). Sum of RGB (Red+Green+Blue) = 63+114+146=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F7292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7292 is #C08D6D. Grayscale: #666666. Windows color (decimal): -12619118 or 9597503. OLE color: 9597503.

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

Color convert

RGB63114146-
CMYK0.570.2200.43
HSL203.13º39.71%40.98%-
HSV(B)203.13º56.85%57.25%-
XYZ13.2615.1729.42-
YUV102.4152.699.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=19.50%
G=35.29%
B=45.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631141460.570.2200.43203.1339.7140.98
Hex3F7292391602Bcb2829
Octal7716222271260533135051
Binary11111111100101001001011100110110010101111001011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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