#3F6E93

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

Shades of Calypso #3F6E93

Tints of Calypso #3F6E93

Color information

#3F6E93 (or 0x3F6E93) is unknown color: approx Calypso. HEX triplet: 3F, 6E and 93. RGB value is (63,110,147). Sum of RGB (Red+Green+Blue) = 63+110+147=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F6E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6E93 is #C0916C. Grayscale: #636363. Windows color (decimal): -12620141 or 9662015. OLE color: 9662015.

HSL color Cylindrical-coordinate representation of color #3F6E93: hue angle of 206.43º 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 #3F6E93 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB63110147-
CMYK0.570.2500.42
HSL206.43º40%41.18%-
HSV(B)206.43º57.14%57.65%-
XYZ12.8914.3229.69-
YUV100.16154.43101.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=19.69%
G=34.38%
B=45.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631101470.570.2500.42206.434041.18
Hex3F6E93391902Ace2829
Octal7715622371310523165051
Binary11111111011101001001111100111001010101011001110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,110,147); }

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

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

 a { background-color: rgb(63,110,147); }

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

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

 span { border-color: rgb(63,110,147); }

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