Html Css Color HEX #3A6AB9 Mariner

📋 copy color: '#3A6AB9'

red 58 ◦ green 106 ◦ blue 185

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

Shades of Mariner #3A6AB9

Tints of Mariner #3A6AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.01%

R = 16.62%
G = 30.37%
B = 53.01%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A6AB9 (or 0x3A6AB9) is known color: Mariner. HEX triplet: 3A, 6A and B9. RGB value is (58,106,185). Sum of RGB (Red+Green+Blue) = 58+106+185=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A6AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6AB9 is #C59546. Grayscale: #646464. Windows color (decimal): -12948807 or 12151354. OLE color: 12151354.

HSL color Cylindrical-coordinate representation of color #3A6AB9: hue angle of 217.32º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6AB9 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 106 185 -
CMYK 0.69 0.43 0 0.27
HSL 217.32º 0.52% 0.48% -
HSV(B) 217.32º 0.69% 0.73% -
XYZ 15.66 14.71 47.91 -
YUV 100.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 58 106 185 0.69 0.43 0 0.27 217.32 0.52 0.48
Hex 3A 6A B9 45 2B 0 1B D9 34 30
Octal 72 152 271 105 53 0 33 331 64 60
Binary 111010 1101010 10111001 1000101 101011 0 11011 11011001 110100 110000

Color Harmonies of #3A6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6AB9

Black with #3A6AB9

Text Example


Text Example

White with #3A6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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