#3F6390

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

Shades of Mariner #3F6390

Tints of Mariner #3F6390

Color information

#3F6390 (or 0x3F6390) is unknown color: approx Mariner. HEX triplet: 3F, 63 and 90. RGB value is (63,99,144). Sum of RGB (Red+Green+Blue) = 63+99+144=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F6390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6390 is #C09C6F. Grayscale: #5D5D5D. Windows color (decimal): -12622960 or 9462591. OLE color: 9462591.

HSL color Cylindrical-coordinate representation of color #3F6390: hue angle of 213.33º 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 #3F6390 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6399144-
CMYK0.560.3100.44
HSL213.33º39.13%40.59%-
HSV(B)213.33º56.25%56.47%-
XYZ11.5511.9928.09-
YUV93.37156.57106.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=20.59%
G=32.35%
B=47.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63991440.560.3100.44213.3339.1340.59
Hex3F6390381F02Cd52729
Octal7714322070370543254751
Binary11111111000111001000011100011111010110011010101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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