Html Css Color HEX #3A6AAF Mariner

📋 copy color: '#3A6AAF'

red 58 ◦ green 106 ◦ blue 175

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

Shades of Mariner #3A6AAF

Tints of Mariner #3A6AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

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

R = 17.11%
G = 31.27%
B = 51.62%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A6AAF (or 0x3A6AAF) is known color: Mariner. HEX triplet: 3A, 6A and AF. RGB value is (58,106,175). Sum of RGB (Red+Green+Blue) = 58+106+175=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A6AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6AAF is #C59550. Grayscale: #636363. Windows color (decimal): -12948817 or 11495994. OLE color: 11495994.

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

Color convert

RGB 58 106 175 -
CMYK 0.67 0.39 0 0.31
HSL 215.38º 0.5% 0.46% -
HSV(B) 215.38º 0.67% 0.69% -
XYZ 14.64 14.3 42.55 -
YUV 99.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 58 106 175 0.67 0.39 0 0.31 215.38 0.5 0.46
Hex 3A 6A AF 43 27 0 1F D7 32 2E
Octal 72 152 257 103 47 0 37 327 62 56
Binary 111010 1101010 10101111 1000011 100111 0 11111 11010111 110010 101110

Color Harmonies of #3A6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6AAF

Black with #3A6AAF

Text Example


Text Example

White with #3A6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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