Html Css Color HEX #3A6194 Mariner

📋 copy color: '#3A6194'

red 58 ◦ green 97 ◦ blue 148

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

Shades of Mariner #3A6194

Tints of Mariner #3A6194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 19.14%
G = 32.01%
B = 48.84%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A6194 (or 0x3A6194) is known color: Mariner. HEX triplet: 3A, 61 and 94. RGB value is (58,97,148). Sum of RGB (Red+Green+Blue) = 58+97+148=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A6194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6194 is #C59E6B. Grayscale: #5A5A5A. Windows color (decimal): -12951148 or 9724218. OLE color: 9724218.

HSL color Cylindrical-coordinate representation of color #3A6194: hue angle of 214º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6194 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 97 148 -
CMYK 0.61 0.34 0 0.42
HSL 214º 0.44% 0.4% -
HSV(B) 214º 0.61% 0.58% -
XYZ 11.36 11.59 29.65 -
YUV 91.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 58 97 148 0.61 0.34 0 0.42 214 0.44 0.4
Hex 3A 61 94 3D 22 0 2A D6 2C 28
Octal 72 141 224 75 42 0 52 326 54 50
Binary 111010 1100001 10010100 111101 100010 0 101010 11010110 101100 101000

Color Harmonies of #3A6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6194

Black with #3A6194

Text Example


Text Example

White with #3A6194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,148); }

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

background-color css

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

 a { background-color: rgb(58,97,148); }

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

border-color css

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

 span { border-color: rgb(58,97,148); }

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