Html Css Color HEX #3B5BA2 Mariner

📋 copy color: '#3B5BA2'

red 59 ◦ green 91 ◦ blue 162

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

Shades of Mariner #3B5BA2

Tints of Mariner #3B5BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 162 (63.67% from 255) = 51.92%

R = 18.91%
G = 29.17%
B = 51.92%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3B5BA2 (or 0x3B5BA2) is known color: Mariner. HEX triplet: 3B, 5B and A2. RGB value is (59,91,162). Sum of RGB (Red+Green+Blue) = 59+91+162=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #3B5BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5BA2 is #C4A45D. Grayscale: #595959. Windows color (decimal): -12887134 or 10640187. OLE color: 10640187.

HSL color Cylindrical-coordinate representation of color #3B5BA2: hue angle of 221.36º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B5BA2 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 59 91 162 -
CMYK 0.64 0.44 0 0.36
HSL 221.36º 0.47% 0.43% -
HSV(B) 221.36º 0.64% 0.64% -
XYZ 12.07 11.02 35.67 -
YUV 89.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 59 91 162 0.64 0.44 0 0.36 221.36 0.47 0.43
Hex 3B 5B A2 40 2C 0 24 DD 2F 2B
Octal 73 133 242 100 54 0 44 335 57 53
Binary 111011 1011011 10100010 1000000 101100 0 100100 11011101 101111 101011

Color Harmonies of #3B5BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5BA2

Black with #3B5BA2

Text Example


Text Example

White with #3B5BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,91,162); }

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

background-color css

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

 a { background-color: rgb(59,91,162); }

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

border-color css

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

 span { border-color: rgb(59,91,162); }

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