Html Css Color HEX #3B6AB1 Mariner

📋 copy color: '#3B6AB1'

red 59 ◦ green 106 ◦ blue 177

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

Shades of Mariner #3B6AB1

Tints of Mariner #3B6AB1

RGB

 RED value IS 59 (23.44% from 255) = 17.25%

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

 BLUE value IS 177 (69.53% from 255) = 51.75%

R = 17.25%
G = 30.99%
B = 51.75%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3B6AB1 (or 0x3B6AB1) is known color: Mariner. HEX triplet: 3B, 6A and B1. RGB value is (59,106,177). Sum of RGB (Red+Green+Blue) = 59+106+177=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B6AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6AB1 is #C4954E. Grayscale: #636363. Windows color (decimal): -12883279 or 11627067. OLE color: 11627067.

HSL color Cylindrical-coordinate representation of color #3B6AB1: hue angle of 216.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B6AB1 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 106 177 -
CMYK 0.67 0.40 0 0.31
HSL 216.1º 0.5% 0.46% -
HSV(B) 216.1º 0.67% 0.69% -
XYZ 14.89 14.41 43.59 -
YUV 100.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 59 106 177 0.67 0.40 0 0.31 216.1 0.5 0.46
Hex 3B 6A B1 43 28 0 1F D8 32 2E
Octal 73 152 261 103 50 0 37 330 62 56
Binary 111011 1101010 10110001 1000011 101000 0 11111 11011000 110010 101110

Color Harmonies of #3B6AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6AB1

Black with #3B6AB1

Text Example


Text Example

White with #3B6AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,106,177); }

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

background-color css

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

 a { background-color: rgb(59,106,177); }

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

border-color css

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

 span { border-color: rgb(59,106,177); }

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