Html Css Color HEX #3A609D Mariner

📋 copy color: '#3A609D'

red 58 ◦ green 96 ◦ blue 157

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

Shades of Mariner #3A609D

Tints of Mariner #3A609D

RGB

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

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

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

R = 18.65%
G = 30.87%
B = 50.48%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A609D (or 0x3A609D) is known color: Mariner. HEX triplet: 3A, 60 and 9D. RGB value is (58,96,157). Sum of RGB (Red+Green+Blue) = 58+96+157=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A609D is #C59F62. Grayscale: #5B5B5B. Windows color (decimal): -12951395 or 10313786. OLE color: 10313786.

HSL color Cylindrical-coordinate representation of color #3A609D: hue angle of 216.97º 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 #3A609D is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 96 157 -
CMYK 0.63 0.39 0 0.38
HSL 216.97º 0.46% 0.42% -
HSV(B) 216.97º 0.63% 0.62% -
XYZ 12.01 11.7 33.52 -
YUV 91.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 58 96 157 0.63 0.39 0 0.38 216.97 0.46 0.42
Hex 3A 60 9D 3F 27 0 26 D9 2E 2A
Octal 72 140 235 77 47 0 46 331 56 52
Binary 111010 1100000 10011101 111111 100111 0 100110 11011001 101110 101010

Color Harmonies of #3A609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A609D

Black with #3A609D

Text Example


Text Example

White with #3A609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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