Html Css Color HEX #3F6BAB Mariner

📋 copy color: '#3F6BAB'

red 63 ◦ green 107 ◦ blue 171

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

Shades of Mariner #3F6BAB

Tints of Mariner #3F6BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 18.48%
G = 31.38%
B = 50.15%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F6BAB (or 0x3F6BAB) is known color: Mariner. HEX triplet: 3F, 6B and AB. RGB value is (63,107,171). Sum of RGB (Red+Green+Blue) = 63+107+171=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F6BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6BAB is #C09454. Grayscale: #646464. Windows color (decimal): -12620885 or 11234111. OLE color: 11234111.

HSL color Cylindrical-coordinate representation of color #3F6BAB: hue angle of 215.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F6BAB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 107 171 -
CMYK 0.63 0.37 0 0.33
HSL 215.56º 0.46% 0.46% -
HSV(B) 215.56º 0.63% 0.67% -
XYZ 14.66 14.51 40.56 -
YUV 101.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 63 107 171 0.63 0.37 0 0.33 215.56 0.46 0.46
Hex 3F 6B AB 3F 25 0 21 D8 2E 2E
Octal 77 153 253 77 45 0 41 330 56 56
Binary 111111 1101011 10101011 111111 100101 0 100001 11011000 101110 101110

Color Harmonies of #3F6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6BAB

Black with #3F6BAB

Text Example


Text Example

White with #3F6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,107,171); }

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

background-color css

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

 a { background-color: rgb(63,107,171); }

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

border-color css

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

 span { border-color: rgb(63,107,171); }

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