#3F7094

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

Shades of Calypso #3F7094

Tints of Calypso #3F7094

Color information

#3F7094 (or 0x3F7094) is unknown color: approx Calypso. HEX triplet: 3F, 70 and 94. RGB value is (63,112,148). Sum of RGB (Red+Green+Blue) = 63+112+148=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F7094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7094 is #C08F6B. Grayscale: #656565. Windows color (decimal): -12619628 or 9728063. OLE color: 9728063.

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

Color convert

RGB63112148-
CMYK0.570.2400.42
HSL205.41º40.28%41.37%-
HSV(B)205.41º57.43%58.04%-
XYZ13.1914.7830.18-
YUV101.45154.27100.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.50%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=19.50%
G=34.67%
B=45.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631121480.570.2400.42205.4140.2841.37
Hex3F7094391802Acd2829
Octal7716022471300523155051
Binary11111111100001001010011100111000010101011001101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,148); }

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

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

 a { background-color: rgb(63,112,148); }

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

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

 span { border-color: rgb(63,112,148); }

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