Html Css Color HEX #3A619F Mariner

📋 copy color: '#3A619F'

red 58 ◦ green 97 ◦ blue 159

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

Shades of Mariner #3A619F

Tints of Mariner #3A619F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 18.47%
G = 30.89%
B = 50.64%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A619F (or 0x3A619F) is known color: Mariner. HEX triplet: 3A, 61 and 9F. RGB value is (58,97,159). Sum of RGB (Red+Green+Blue) = 58+97+159=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A619F is #C59E60. Grayscale: #5C5C5C. Windows color (decimal): -12951137 or 10445114. OLE color: 10445114.

HSL color Cylindrical-coordinate representation of color #3A619F: hue angle of 216.83º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A619F is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 97 159 -
CMYK 0.64 0.39 0 0.38
HSL 216.83º 0.47% 0.43% -
HSV(B) 216.83º 0.64% 0.62% -
XYZ 12.28 11.95 34.46 -
YUV 92.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 58 97 159 0.64 0.39 0 0.38 216.83 0.47 0.43
Hex 3A 61 9F 40 27 0 26 D9 2F 2B
Octal 72 141 237 100 47 0 46 331 57 53
Binary 111010 1100001 10011111 1000000 100111 0 100110 11011001 101111 101011

Color Harmonies of #3A619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A619F

Black with #3A619F

Text Example


Text Example

White with #3A619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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