Html Css Color HEX #3A6ABA Mariner

📋 copy color: '#3A6ABA'

red 58 ◦ green 106 ◦ blue 186

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

Shades of Mariner #3A6ABA

Tints of Mariner #3A6ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 16.57%
G = 30.29%
B = 53.14%

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

#3A6ABA (or 0x3A6ABA) is known color: Mariner. HEX triplet: 3A, 6A and BA. RGB value is (58,106,186). Sum of RGB (Red+Green+Blue) = 58+106+186=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A6ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6ABA is #C59545. Grayscale: #646464. Windows color (decimal): -12948806 or 12216890. OLE color: 12216890.

HSL color Cylindrical-coordinate representation of color #3A6ABA: hue angle of 217.5º 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 #3A6ABA is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 106 186 -
CMYK 0.69 0.43 0 0.27
HSL 217.5º 0.52% 0.48% -
HSV(B) 217.5º 0.69% 0.73% -
XYZ 15.76 14.75 48.47 -
YUV 100.77 176.1 97.5 -
System Red Green Blue C M Y K H S L
Decimal 58 106 186 0.69 0.43 0 0.27 217.5 0.52 0.48
Hex 3A 6A BA 45 2B 0 1B DA 34 30
Octal 72 152 272 105 53 0 33 332 64 60
Binary 111010 1101010 10111010 1000101 101011 0 11011 11011010 110100 110000

Color Harmonies of #3A6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6ABA

Black with #3A6ABA

Text Example


Text Example

White with #3A6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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