Html Css Color HEX #3B5996 Mariner

📋 copy color: '#3B5996'

red 59 ◦ green 89 ◦ blue 150

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

Shades of Mariner #3B5996

Tints of Mariner #3B5996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.87%

 BLUE value IS 150 (58.98% from 255) = 50.34%

R = 19.8%
G = 29.87%
B = 50.34%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3B5996 (or 0x3B5996) is known color: Mariner. HEX triplet: 3B, 59 and 96. RGB value is (59,89,150). Sum of RGB (Red+Green+Blue) = 59+89+150=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B5996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5996 is #C4A669. Grayscale: #565656. Windows color (decimal): -12887658 or 9853243. OLE color: 9853243.

HSL color Cylindrical-coordinate representation of color #3B5996: hue angle of 220.22º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B5996 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 59 89 150 -
CMYK 0.61 0.41 0 0.41
HSL 220.22º 0.44% 0.41% -
HSV(B) 220.22º 0.61% 0.59% -
XYZ 10.88 10.28 30.26 -
YUV 86.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 59 89 150 0.61 0.41 0 0.41 220.22 0.44 0.41
Hex 3B 59 96 3D 29 0 29 DC 2C 29
Octal 73 131 226 75 51 0 51 334 54 51
Binary 111011 1011001 10010110 111101 101001 0 101001 11011100 101100 101001

Color Harmonies of #3B5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5996

Black with #3B5996

Text Example


Text Example

White with #3B5996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,89,150); }

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

background-color css

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

 a { background-color: rgb(59,89,150); }

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

border-color css

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

 span { border-color: rgb(59,89,150); }

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