Html Css Color HEX #3B539F Mariner

📋 copy color: '#3B539F'

red 59 ◦ green 83 ◦ blue 159

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

Shades of Mariner #3B539F

Tints of Mariner #3B539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

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

R = 19.6%
G = 27.57%
B = 52.82%

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

#3B539F (or 0x3B539F) is known color: Mariner. HEX triplet: 3B, 53 and 9F. RGB value is (59,83,159). Sum of RGB (Red+Green+Blue) = 59+83+159=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B539F is #C4AC60. Grayscale: #545454. Windows color (decimal): -12889185 or 10441531. OLE color: 10441531.

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

Color convert

RGB 59 83 159 -
CMYK 0.63 0.48 0 0.38
HSL 225.6º 0.46% 0.43% -
HSV(B) 225.6º 0.63% 0.62% -
XYZ 11.15 9.62 34.07 -
YUV 84.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 59 83 159 0.63 0.48 0 0.38 225.6 0.46 0.43
Hex 3B 53 9F 3F 30 0 26 E2 2E 2B
Octal 73 123 237 77 60 0 46 342 56 53
Binary 111011 1010011 10011111 111111 110000 0 100110 11100010 101110 101011

Color Harmonies of #3B539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B539F

Black with #3B539F

Text Example


Text Example

White with #3B539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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