Html Css Color HEX #3B579F Mariner

📋 copy color: '#3B579F'

red 59 ◦ green 87 ◦ blue 159

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

Shades of Mariner #3B579F

Tints of Mariner #3B579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

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

R = 19.34%
G = 28.52%
B = 52.13%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B579F (or 0x3B579F) is known color: Mariner. HEX triplet: 3B, 57 and 9F. RGB value is (59,87,159). Sum of RGB (Red+Green+Blue) = 59+87+159=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B579F is #C4A860. Grayscale: #565656. Windows color (decimal): -12888161 or 10442555. OLE color: 10442555.

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

Color convert

RGB 59 87 159 -
CMYK 0.63 0.45 0 0.38
HSL 223.2º 0.46% 0.43% -
HSV(B) 223.2º 0.63% 0.62% -
XYZ 11.47 10.25 34.17 -
YUV 86.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 59 87 159 0.63 0.45 0 0.38 223.2 0.46 0.43
Hex 3B 57 9F 3F 2D 0 26 DF 2E 2B
Octal 73 127 237 77 55 0 46 337 56 53
Binary 111011 1010111 10011111 111111 101101 0 100110 11011111 101110 101011

Color Harmonies of #3B579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B579F

Black with #3B579F

Text Example


Text Example

White with #3B579F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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