Html Css Color HEX #3B6AAA Mariner

📋 copy color: '#3B6AAA'

red 59 ◦ green 106 ◦ blue 170

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

Shades of Mariner #3B6AAA

Tints of Mariner #3B6AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.75%

R = 17.61%
G = 31.64%
B = 50.75%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B6AAA (or 0x3B6AAA) is known color: Mariner. HEX triplet: 3B, 6A and AA. RGB value is (59,106,170). Sum of RGB (Red+Green+Blue) = 59+106+170=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B6AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6AAA is #C49555. Grayscale: #626262. Windows color (decimal): -12883286 or 11168315. OLE color: 11168315.

HSL color Cylindrical-coordinate representation of color #3B6AAA: hue angle of 214.59º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B6AAA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 106 170 -
CMYK 0.65 0.38 0 0.33
HSL 214.59º 0.48% 0.45% -
HSV(B) 214.59º 0.65% 0.67% -
XYZ 14.21 14.14 40.01 -
YUV 99.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 59 106 170 0.65 0.38 0 0.33 214.59 0.48 0.45
Hex 3B 6A AA 41 26 0 21 D7 30 2D
Octal 73 152 252 101 46 0 41 327 60 55
Binary 111011 1101010 10101010 1000001 100110 0 100001 11010111 110000 101101

Color Harmonies of #3B6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6AAA

Black with #3B6AAA

Text Example


Text Example

White with #3B6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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