Html Css Color HEX #3A5EAB Mariner

📋 copy color: '#3A5EAB'

red 58 ◦ green 94 ◦ blue 171

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

Shades of Mariner #3A5EAB

Tints of Mariner #3A5EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 17.96%
G = 29.1%
B = 52.94%

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

#3A5EAB (or 0x3A5EAB) is known color: Mariner. HEX triplet: 3A, 5E and AB. RGB value is (58,94,171). Sum of RGB (Red+Green+Blue) = 58+94+171=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A5EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5EAB is #C5A154. Grayscale: #5B5B5B. Windows color (decimal): -12951893 or 11230778. OLE color: 11230778.

HSL color Cylindrical-coordinate representation of color #3A5EAB: hue angle of 220.88º 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 #3A5EAB is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 94 171 -
CMYK 0.66 0.45 0 0.33
HSL 220.89º 0.49% 0.45% -
HSV(B) 220.89º 0.66% 0.67% -
XYZ 13.1 11.85 40.12 -
YUV 92.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 58 94 171 0.66 0.45 0 0.33 220.89 0.49 0.45
Hex 3A 5E AB 42 2D 0 21 DD 31 2D
Octal 72 136 253 102 55 0 41 335 61 55
Binary 111010 1011110 10101011 1000010 101101 0 100001 11011101 110001 101101

Color Harmonies of #3A5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5EAB

Black with #3A5EAB

Text Example


Text Example

White with #3A5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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