Html Css Color HEX #3A5EAA Mariner

📋 copy color: '#3A5EAA'

red 58 ◦ green 94 ◦ blue 170

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

Shades of Mariner #3A5EAA

Tints of Mariner #3A5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 18.01%
G = 29.19%
B = 52.8%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A5EAA (or 0x3A5EAA) is known color: Mariner. HEX triplet: 3A, 5E and AA. RGB value is (58,94,170). Sum of RGB (Red+Green+Blue) = 58+94+170=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A5EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5EAA is #C5A155. Grayscale: #5B5B5B. Windows color (decimal): -12951894 or 11165242. OLE color: 11165242.

HSL color Cylindrical-coordinate representation of color #3A5EAA: hue angle of 220.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A5EAA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 94 170 -
CMYK 0.66 0.45 0 0.33
HSL 220.71º 0.49% 0.45% -
HSV(B) 220.71º 0.66% 0.67% -
XYZ 13 11.81 39.62 -
YUV 91.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 58 94 170 0.66 0.45 0 0.33 220.71 0.49 0.45
Hex 3A 5E AA 42 2D 0 21 DD 31 2D
Octal 72 136 252 102 55 0 41 335 61 55
Binary 111010 1011110 10101010 1000010 101101 0 100001 11011101 110001 101101

Color Harmonies of #3A5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5EAA

Black with #3A5EAA

Text Example


Text Example

White with #3A5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,94,170); }

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

background-color css

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

 a { background-color: rgb(58,94,170); }

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

border-color css

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

 span { border-color: rgb(58,94,170); }

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