#3F738E

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

Shades of Calypso #3F738E

Tints of Calypso #3F738E

Color information

#3F738E (or 0x3F738E) is unknown color: approx Calypso. HEX triplet: 3F, 73 and 8E. RGB value is (63,115,142). Sum of RGB (Red+Green+Blue) = 63+115+142=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F738E is #C08C71. Grayscale: #666666. Windows color (decimal): -12618866 or 9335615. OLE color: 9335615.

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

Color convert

RGB63115142-
CMYK0.560.1900.44
HSL200.51º38.54%40.2%-
HSV(B)200.51º55.63%55.69%-
XYZ13.0615.2727.85-
YUV102.53150.2799.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=19.69%
G=35.94%
B=44.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631151420.560.1900.44200.5138.5440.2
Hex3F738E381302Cc92728
Octal7716321670230543114750
Binary11111111100111000111011100010011010110011001001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,115,142); }

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

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

 a { background-color: rgb(63,115,142); }

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

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

 span { border-color: rgb(63,115,142); }

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