Html Css Color HEX #3B549F Mariner

📋 copy color: '#3B549F'

red 59 ◦ green 84 ◦ blue 159

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

Shades of Mariner #3B549F

Tints of Mariner #3B549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

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

R = 19.54%
G = 27.81%
B = 52.65%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B549F (or 0x3B549F) is known color: Mariner. HEX triplet: 3B, 54 and 9F. RGB value is (59,84,159). Sum of RGB (Red+Green+Blue) = 59+84+159=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B549F is #C4AB60. Grayscale: #545454. Windows color (decimal): -12888929 or 10441787. OLE color: 10441787.

HSL color Cylindrical-coordinate representation of color #3B549F: hue angle of 225º 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 #3B549F is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 84 159 -
CMYK 0.63 0.47 0 0.38
HSL 225º 0.46% 0.43% -
HSV(B) 225º 0.63% 0.62% -
XYZ 11.23 9.77 34.1 -
YUV 85.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 59 84 159 0.63 0.47 0 0.38 225 0.46 0.43
Hex 3B 54 9F 3F 2F 0 26 E1 2E 2B
Octal 73 124 237 77 57 0 46 341 56 53
Binary 111011 1010100 10011111 111111 101111 0 100110 11100001 101110 101011

Color Harmonies of #3B549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B549F

Black with #3B549F

Text Example


Text Example

White with #3B549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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