Html Css Color HEX #3A5B9D Mariner

📋 copy color: '#3A5B9D'

red 58 ◦ green 91 ◦ blue 157

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

Shades of Mariner #3A5B9D

Tints of Mariner #3A5B9D

RGB

 RED value IS 58 (23.05% from 255) = 18.95%

 GREEN value IS 91 (35.94% from 255) = 29.74%

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

R = 18.95%
G = 29.74%
B = 51.31%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A5B9D (or 0x3A5B9D) is known color: Mariner. HEX triplet: 3A, 5B and 9D. RGB value is (58,91,157). Sum of RGB (Red+Green+Blue) = 58+91+157=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A5B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5B9D is #C5A462. Grayscale: #585858. Windows color (decimal): -12952675 or 10312506. OLE color: 10312506.

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

Color convert

RGB 58 91 157 -
CMYK 0.63 0.42 0 0.38
HSL 220º 0.46% 0.42% -
HSV(B) 220º 0.63% 0.62% -
XYZ 11.57 10.82 33.38 -
YUV 88.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 58 91 157 0.63 0.42 0 0.38 220 0.46 0.42
Hex 3A 5B 9D 3F 2A 0 26 DC 2E 2A
Octal 72 133 235 77 52 0 46 334 56 52
Binary 111010 1011011 10011101 111111 101010 0 100110 11011100 101110 101010

Color Harmonies of #3A5B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5B9D

Black with #3A5B9D

Text Example


Text Example

White with #3A5B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,91,157); }

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

background-color css

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

 a { background-color: rgb(58,91,157); }

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

border-color css

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

 span { border-color: rgb(58,91,157); }

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