Html Css Color HEX #3A6491 Mariner

📋 copy color: '#3A6491'

red 58 ◦ green 100 ◦ blue 145

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

Shades of Mariner #3A6491

Tints of Mariner #3A6491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 19.14%
G = 33%
B = 47.85%

CMYK

 C value IS 0.6

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A6491 (or 0x3A6491) is known color: Mariner. HEX triplet: 3A, 64 and 91. RGB value is (58,100,145). Sum of RGB (Red+Green+Blue) = 58+100+145=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A6491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6491 is #C59B6E. Grayscale: #5C5C5C. Windows color (decimal): -12950383 or 9528378. OLE color: 9528378.

HSL color Cylindrical-coordinate representation of color #3A6491: hue angle of 211.03º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A6491 is Cyan = 0.6, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 100 145 -
CMYK 0.6 0.31 0 0.43
HSL 211.03º 0.43% 0.4% -
HSV(B) 211.03º 0.6% 0.57% -
XYZ 11.41 12.06 28.51 -
YUV 92.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 58 100 145 0.6 0.31 0 0.43 211.03 0.43 0.4
Hex 3A 64 91 3C 1F 0 2B D3 2B 28
Octal 72 144 221 74 37 0 53 323 53 50
Binary 111010 1100100 10010001 111100 11111 0 101011 11010011 101011 101000

Color Harmonies of #3A6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6491

Black with #3A6491

Text Example


Text Example

White with #3A6491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,100,145); }

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

background-color css

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

 a { background-color: rgb(58,100,145); }

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

border-color css

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

 span { border-color: rgb(58,100,145); }

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