Html Css Color HEX #3F6BBA Mariner

📋 copy color: '#3F6BBA'

red 63 ◦ green 107 ◦ blue 186

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

Shades of Mariner #3F6BBA

Tints of Mariner #3F6BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 17.7%
G = 30.06%
B = 52.25%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F6BBA (or 0x3F6BBA) is known color: Mariner. HEX triplet: 3F, 6B and BA. RGB value is (63,107,186). Sum of RGB (Red+Green+Blue) = 63+107+186=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6BBA is #C09445. Grayscale: #666666. Windows color (decimal): -12620870 or 12217151. OLE color: 12217151.

HSL color Cylindrical-coordinate representation of color #3F6BBA: hue angle of 218.54º 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 #3F6BBA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 107 186 -
CMYK 0.66 0.42 0 0.27
HSL 218.54º 0.49% 0.49% -
HSV(B) 218.54º 0.66% 0.73% -
XYZ 16.17 15.12 48.52 -
YUV 102.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 63 107 186 0.66 0.42 0 0.27 218.54 0.49 0.49
Hex 3F 6B BA 42 2A 0 1B DB 31 31
Octal 77 153 272 102 52 0 33 333 61 61
Binary 111111 1101011 10111010 1000010 101010 0 11011 11011011 110001 110001

Color Harmonies of #3F6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6BBA

Black with #3F6BBA

Text Example


Text Example

White with #3F6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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