Html Css Color HEX #3B529F Mariner

📋 copy color: '#3B529F'

red 59 ◦ green 82 ◦ blue 159

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

Shades of Mariner #3B529F

Tints of Mariner #3B529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

 BLUE value IS 159 (62.5% from 255) = 53%

R = 19.67%
G = 27.33%
B = 53%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B529F (or 0x3B529F) is known color: Mariner. HEX triplet: 3B, 52 and 9F. RGB value is (59,82,159). Sum of RGB (Red+Green+Blue) = 59+82+159=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B529F is #C4AD60. Grayscale: #535353. Windows color (decimal): -12889441 or 10441275. OLE color: 10441275.

HSL color Cylindrical-coordinate representation of color #3B529F: hue angle of 226.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B529F is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 82 159 -
CMYK 0.63 0.48 0 0.38
HSL 226.2º 0.46% 0.43% -
HSV(B) 226.2º 0.63% 0.62% -
XYZ 11.08 9.47 34.04 -
YUV 83.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 59 82 159 0.63 0.48 0 0.38 226.2 0.46 0.43
Hex 3B 52 9F 3F 30 0 26 E2 2E 2B
Octal 73 122 237 77 60 0 46 342 56 53
Binary 111011 1010010 10011111 111111 110000 0 100110 11100010 101110 101011

Color Harmonies of #3B529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B529F

Black with #3B529F

Text Example


Text Example

White with #3B529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,159); }

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

background-color css

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

 a { background-color: rgb(59,82,159); }

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

border-color css

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

 span { border-color: rgb(59,82,159); }

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