Html Css Color HEX #3F6999 Mariner

📋 copy color: '#3F6999'

red 63 ◦ green 105 ◦ blue 153

#3F6999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #3F6999

Tints of Mariner #3F6999

RGB

 RED value IS 63 (25% from 255) = 19.63%

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 19.63%
G = 32.71%
B = 47.66%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3F6999 (or 0x3F6999) is known color: Mariner. HEX triplet: 3F, 69 and 99. RGB value is (63,105,153). Sum of RGB (Red+Green+Blue) = 63+105+153=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F6999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6999 is #C09666. Grayscale: #616161. Windows color (decimal): -12621415 or 10053951. OLE color: 10053951.

HSL color Cylindrical-coordinate representation of color #3F6999: hue angle of 212º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F6999 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 105 153 -
CMYK 0.59 0.31 0 0.4
HSL 212º 0.42% 0.42% -
HSV(B) 212º 0.59% 0.6% -
XYZ 12.85 13.46 32.06 -
YUV 97.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 63 105 153 0.59 0.31 0 0.4 212 0.42 0.42
Hex 3F 69 99 3B 1F 0 28 D4 2A 2A
Octal 77 151 231 73 37 0 50 324 52 52
Binary 111111 1101001 10011001 111011 11111 0 101000 11010100 101010 101010

Color Harmonies of #3F6999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6999

Black with #3F6999

Text Example


Text Example

White with #3F6999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,105,153); }

 H1.HeaderClassName
 {
   color: #3F6999;
 }
 .AnyTagClassName
 {
   color: #3F6999;
 }
</style>

background-color css

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

 a { background-color: rgb(63,105,153); }

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

border-color css

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

 span { border-color: rgb(63,105,153); }

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