#3F7784

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

Shades of Calypso #3F7784

Tints of Calypso #3F7784

Color information

#3F7784 (or 0x3F7784) is unknown color: approx Calypso. HEX triplet: 3F, 77 and 84. RGB value is (63,119,132). Sum of RGB (Red+Green+Blue) = 63+119+132=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F7784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7784 is #C0887B. Grayscale: #676767. Windows color (decimal): -12617852 or 8681279. OLE color: 8681279.

HSL color Cylindrical-coordinate representation of color #3F7784: hue angle of 191.3º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F7784 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB63119132-
CMYK0.520.1000.48
HSL191.3º35.38%38.24%-
HSV(B)191.3º52.27%51.76%-
XYZ12.8115.9224.23-
YUV103.74143.9598.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=20.06%
G=37.90%
B=42.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal631191320.520.1000.48191.335.3838.24
Hex3F778434A030bf2326
Octal7716720464120602774346
Binary1111111110111100001001101001010011000010111111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,119,132); }

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

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

 a { background-color: rgb(63,119,132); }

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

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

 span { border-color: rgb(63,119,132); }

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