Html Css Color HEX #3B539D Mariner

📋 copy color: '#3B539D'

red 59 ◦ green 83 ◦ blue 157

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

Shades of Mariner #3B539D

Tints of Mariner #3B539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 19.73%
G = 27.76%
B = 52.51%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B539D (or 0x3B539D) is known color: Mariner. HEX triplet: 3B, 53 and 9D. RGB value is (59,83,157). Sum of RGB (Red+Green+Blue) = 59+83+157=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B539D is #C4AC62. Grayscale: #535353. Windows color (decimal): -12889187 or 10310459. OLE color: 10310459.

HSL color Cylindrical-coordinate representation of color #3B539D: hue angle of 225.31º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B539D is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 83 157 -
CMYK 0.62 0.47 0 0.38
HSL 225.31º 0.45% 0.42% -
HSV(B) 225.31º 0.62% 0.62% -
XYZ 10.98 9.55 33.16 -
YUV 84.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 59 83 157 0.62 0.47 0 0.38 225.31 0.45 0.42
Hex 3B 53 9D 3E 2F 0 26 E1 2D 2A
Octal 73 123 235 76 57 0 46 341 55 52
Binary 111011 1010011 10011101 111110 101111 0 100110 11100001 101101 101010

Color Harmonies of #3B539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B539D

Black with #3B539D

Text Example


Text Example

White with #3B539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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