Html Css Color HEX #3F6AB9 Mariner

📋 copy color: '#3F6AB9'

red 63 ◦ green 106 ◦ blue 185

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

Shades of Mariner #3F6AB9

Tints of Mariner #3F6AB9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 185 (72.66% from 255) = 52.26%

R = 17.8%
G = 29.94%
B = 52.26%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F6AB9 (or 0x3F6AB9) is known color: Mariner. HEX triplet: 3F, 6A and B9. RGB value is (63,106,185). Sum of RGB (Red+Green+Blue) = 63+106+185=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F6AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6AB9 is #C09546. Grayscale: #656565. Windows color (decimal): -12621127 or 12151359. OLE color: 12151359.

HSL color Cylindrical-coordinate representation of color #3F6AB9: hue angle of 218.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F6AB9 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 106 185 -
CMYK 0.66 0.43 0 0.27
HSL 218.85º 0.49% 0.49% -
HSV(B) 218.85º 0.66% 0.73% -
XYZ 15.96 14.87 47.93 -
YUV 102.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 63 106 185 0.66 0.43 0 0.27 218.85 0.49 0.49
Hex 3F 6A B9 42 2B 0 1B DB 31 31
Octal 77 152 271 102 53 0 33 333 61 61
Binary 111111 1101010 10111001 1000010 101011 0 11011 11011011 110001 110001

Color Harmonies of #3F6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6AB9

Black with #3F6AB9

Text Example


Text Example

White with #3F6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,106,185); }

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

background-color css

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

 a { background-color: rgb(63,106,185); }

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

border-color css

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

 span { border-color: rgb(63,106,185); }

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