Html Css Color HEX #3B69BA Mariner

📋 copy color: '#3B69BA'

red 59 ◦ green 105 ◦ blue 186

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

Shades of Mariner #3B69BA

Tints of Mariner #3B69BA

RGB

 RED value IS 59 (23.44% from 255) = 16.86%

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 16.86%
G = 30%
B = 53.14%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B69BA (or 0x3B69BA) is known color: Mariner. HEX triplet: 3B, 69 and BA. RGB value is (59,105,186). Sum of RGB (Red+Green+Blue) = 59+105+186=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 105 (41.41% from 255 or 30% 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 #3B69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B69BA is #C49645. Grayscale: #646464. Windows color (decimal): -12883526 or 12216635. OLE color: 12216635.

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

Color convert

RGB 59 105 186 -
CMYK 0.68 0.44 0 0.27
HSL 218.27º 0.52% 0.48% -
HSV(B) 218.27º 0.68% 0.73% -
XYZ 15.72 14.58 48.44 -
YUV 100.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 59 105 186 0.68 0.44 0 0.27 218.27 0.52 0.48
Hex 3B 69 BA 44 2C 0 1B DA 34 30
Octal 73 151 272 104 54 0 33 332 64 60
Binary 111011 1101001 10111010 1000100 101100 0 11011 11011010 110100 110000

Color Harmonies of #3B69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B69BA

Black with #3B69BA

Text Example


Text Example

White with #3B69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,105,186); }

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

background-color css

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

 a { background-color: rgb(59,105,186); }

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

border-color css

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

 span { border-color: rgb(59,105,186); }

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