Html Css Color HEX #3A6BBA Mariner

📋 copy color: '#3A6BBA'

red 58 ◦ green 107 ◦ blue 186

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

Shades of Mariner #3A6BBA

Tints of Mariner #3A6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

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

R = 16.52%
G = 30.48%
B = 52.99%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A6BBA (or 0x3A6BBA) is known color: Mariner. HEX triplet: 3A, 6B and BA. RGB value is (58,107,186). Sum of RGB (Red+Green+Blue) = 58+107+186=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BBA is #C59445. Grayscale: #646464. Windows color (decimal): -12948550 or 12217146. OLE color: 12217146.

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

Color convert

RGB 58 107 186 -
CMYK 0.69 0.42 0 0.27
HSL 217.03º 0.52% 0.48% -
HSV(B) 217.03º 0.69% 0.73% -
XYZ 15.87 14.96 48.51 -
YUV 101.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 58 107 186 0.69 0.42 0 0.27 217.03 0.52 0.48
Hex 3A 6B BA 45 2A 0 1B D9 34 30
Octal 72 153 272 105 52 0 33 331 64 60
Binary 111010 1101011 10111010 1000101 101010 0 11011 11011001 110100 110000

Color Harmonies of #3A6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6BBA

Black with #3A6BBA

Text Example


Text Example

White with #3A6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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