Html Css Color HEX #3A5DAB Mariner

📋 copy color: '#3A5DAB'

red 58 ◦ green 93 ◦ blue 171

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

Shades of Mariner #3A5DAB

Tints of Mariner #3A5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.88%

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

R = 18.01%
G = 28.88%
B = 53.11%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A5DAB (or 0x3A5DAB) is known color: Mariner. HEX triplet: 3A, 5D and AB. RGB value is (58,93,171). Sum of RGB (Red+Green+Blue) = 58+93+171=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A5DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5DAB is #C5A254. Grayscale: #5B5B5B. Windows color (decimal): -12952149 or 11230522. OLE color: 11230522.

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

Color convert

RGB 58 93 171 -
CMYK 0.66 0.46 0 0.33
HSL 221.42º 0.49% 0.45% -
HSV(B) 221.42º 0.66% 0.67% -
XYZ 13.01 11.67 40.09 -
YUV 91.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 58 93 171 0.66 0.46 0 0.33 221.42 0.49 0.45
Hex 3A 5D AB 42 2E 0 21 DD 31 2D
Octal 72 135 253 102 56 0 41 335 61 55
Binary 111010 1011101 10101011 1000010 101110 0 100001 11011101 110001 101101

Color Harmonies of #3A5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5DAB

Black with #3A5DAB

Text Example


Text Example

White with #3A5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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