Html Css Color HEX #3A5EAF Mariner

📋 copy color: '#3A5EAF'

red 58 ◦ green 94 ◦ blue 175

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

Shades of Mariner #3A5EAF

Tints of Mariner #3A5EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 17.74%
G = 28.75%
B = 53.52%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A5EAF (or 0x3A5EAF) is known color: Mariner. HEX triplet: 3A, 5E and AF. RGB value is (58,94,175). Sum of RGB (Red+Green+Blue) = 58+94+175=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A5EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5EAF is #C5A150. Grayscale: #5C5C5C. Windows color (decimal): -12951889 or 11492922. OLE color: 11492922.

HSL color Cylindrical-coordinate representation of color #3A5EAF: hue angle of 221.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5EAF is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 94 175 -
CMYK 0.67 0.46 0 0.31
HSL 221.54º 0.5% 0.46% -
HSV(B) 221.54º 0.67% 0.69% -
XYZ 13.49 12 42.16 -
YUV 92.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 58 94 175 0.67 0.46 0 0.31 221.54 0.5 0.46
Hex 3A 5E AF 43 2E 0 1F DE 32 2E
Octal 72 136 257 103 56 0 37 336 62 56
Binary 111010 1011110 10101111 1000011 101110 0 11111 11011110 110010 101110

Color Harmonies of #3A5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5EAF

Black with #3A5EAF

Text Example


Text Example

White with #3A5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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