Html Css Color HEX #3A6697 Mariner

📋 copy color: '#3A6697'

red 58 ◦ green 102 ◦ blue 151

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

Shades of Mariner #3A6697

Tints of Mariner #3A6697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 151 (59.38% from 255) = 48.55%

R = 18.65%
G = 32.8%
B = 48.55%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A6697 (or 0x3A6697) is known color: Mariner. HEX triplet: 3A, 66 and 97. RGB value is (58,102,151). Sum of RGB (Red+Green+Blue) = 58+102+151=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A6697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6697 is #C59968. Grayscale: #5E5E5E. Windows color (decimal): -12949865 or 9922106. OLE color: 9922106.

HSL color Cylindrical-coordinate representation of color #3A6697: hue angle of 211.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A6697 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 102 151 -
CMYK 0.62 0.32 0 0.41
HSL 211.61º 0.44% 0.41% -
HSV(B) 211.61º 0.62% 0.59% -
XYZ 12.08 12.64 31.08 -
YUV 94.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 58 102 151 0.62 0.32 0 0.41 211.61 0.44 0.41
Hex 3A 66 97 3E 20 0 29 D4 2C 29
Octal 72 146 227 76 40 0 51 324 54 51
Binary 111010 1100110 10010111 111110 100000 0 101001 11010100 101100 101001

Color Harmonies of #3A6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6697

Black with #3A6697

Text Example


Text Example

White with #3A6697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,102,151); }

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

background-color css

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

 a { background-color: rgb(58,102,151); }

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

border-color css

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

 span { border-color: rgb(58,102,151); }

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