Html Css Color HEX #3A6492 Mariner

📋 copy color: '#3A6492'

red 58 ◦ green 100 ◦ blue 146

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

Shades of Mariner #3A6492

Tints of Mariner #3A6492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 19.08%
G = 32.89%
B = 48.03%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A6492 (or 0x3A6492) is known color: Mariner. HEX triplet: 3A, 64 and 92. RGB value is (58,100,146). Sum of RGB (Red+Green+Blue) = 58+100+146=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A6492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6492 is #C59B6D. Grayscale: #5C5C5C. Windows color (decimal): -12950382 or 9593914. OLE color: 9593914.

HSL color Cylindrical-coordinate representation of color #3A6492: hue angle of 211.36º 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 #3A6492 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 100 146 -
CMYK 0.60 0.32 0 0.43
HSL 211.36º 0.43% 0.4% -
HSV(B) 211.36º 0.6% 0.57% -
XYZ 11.49 12.09 28.92 -
YUV 92.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 58 100 146 0.60 0.32 0 0.43 211.36 0.43 0.4
Hex 3A 64 92 3C 20 0 2B D3 2B 28
Octal 72 144 222 74 40 0 53 323 53 50
Binary 111010 1100100 10010010 111100 100000 0 101011 11010011 101011 101000

Color Harmonies of #3A6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6492

Black with #3A6492

Text Example


Text Example

White with #3A6492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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