Html Css Color HEX #3A6095 Mariner

📋 copy color: '#3A6095'

red 58 ◦ green 96 ◦ blue 149

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

Shades of Mariner #3A6095

Tints of Mariner #3A6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 19.14%
G = 31.68%
B = 49.17%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A6095 (or 0x3A6095) is known color: Mariner. HEX triplet: 3A, 60 and 95. RGB value is (58,96,149). Sum of RGB (Red+Green+Blue) = 58+96+149=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A6095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6095 is #C59F6A. Grayscale: #5A5A5A. Windows color (decimal): -12951403 or 9789498. OLE color: 9789498.

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

Color convert

RGB 58 96 149 -
CMYK 0.61 0.36 0 0.42
HSL 214.95º 0.44% 0.41% -
HSV(B) 214.95º 0.61% 0.58% -
XYZ 11.35 11.44 30.04 -
YUV 90.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 58 96 149 0.61 0.36 0 0.42 214.95 0.44 0.41
Hex 3A 60 95 3D 24 0 2A D7 2C 29
Octal 72 140 225 75 44 0 52 327 54 51
Binary 111010 1100000 10010101 111101 100100 0 101010 11010111 101100 101001

Color Harmonies of #3A6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6095

Black with #3A6095

Text Example


Text Example

White with #3A6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,96,149); }

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

background-color css

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

 a { background-color: rgb(58,96,149); }

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

border-color css

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

 span { border-color: rgb(58,96,149); }

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