Html Css Color HEX #3A5FAF Mariner

📋 copy color: '#3A5FAF'

red 58 ◦ green 95 ◦ blue 175

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

Shades of Mariner #3A5FAF

Tints of Mariner #3A5FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 17.68%
G = 28.96%
B = 53.35%

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

#3A5FAF (or 0x3A5FAF) is known color: Mariner. HEX triplet: 3A, 5F and AF. RGB value is (58,95,175). Sum of RGB (Red+Green+Blue) = 58+95+175=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A5FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5FAF is #C5A050. Grayscale: #5C5C5C. Windows color (decimal): -12951633 or 11493178. OLE color: 11493178.

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

Color convert

RGB 58 95 175 -
CMYK 0.67 0.46 0 0.31
HSL 221.03º 0.5% 0.46% -
HSV(B) 221.03º 0.67% 0.69% -
XYZ 13.58 12.18 42.19 -
YUV 93.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 58 95 175 0.67 0.46 0 0.31 221.03 0.5 0.46
Hex 3A 5F AF 43 2E 0 1F DD 32 2E
Octal 72 137 257 103 56 0 37 335 62 56
Binary 111010 1011111 10101111 1000011 101110 0 11111 11011101 110010 101110

Color Harmonies of #3A5FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5FAF

Black with #3A5FAF

Text Example


Text Example

White with #3A5FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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