#3F6C90

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

Shades of Calypso #3F6C90

Tints of Calypso #3F6C90

Color information

#3F6C90 (or 0x3F6C90) is unknown color: approx Calypso. HEX triplet: 3F, 6C and 90. RGB value is (63,108,144). Sum of RGB (Red+Green+Blue) = 63+108+144=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F6C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6C90 is #C0936F. Grayscale: #626262. Windows color (decimal): -12620656 or 9464895. OLE color: 9464895.

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

Color convert

RGB63108144-
CMYK0.560.2500.44
HSL206.67º39.13%40.59%-
HSV(B)206.67º56.25%56.47%-
XYZ12.4513.828.39-
YUV98.65153.59102.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=20%
G=34.29%
B=45.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631081440.560.2500.44206.6739.1340.59
Hex3F6C90381902Ccf2729
Octal7715422070310543174751
Binary11111111011001001000011100011001010110011001111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,144); }

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

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

 a { background-color: rgb(63,108,144); }

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

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

 span { border-color: rgb(63,108,144); }

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