Html Css Color HEX #3D6EAC Mariner

📋 copy color: '#3D6EAC'

red 61 ◦ green 110 ◦ blue 172

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

Shades of Mariner #3D6EAC

Tints of Mariner #3D6EAC

RGB

 RED value IS 61 (24.22% from 255) = 17.78%

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 17.78%
G = 32.07%
B = 50.15%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D6EAC (or 0x3D6EAC) is known color: Mariner. HEX triplet: 3D, 6E and AC. RGB value is (61,110,172). Sum of RGB (Red+Green+Blue) = 61+110+172=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D6EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6EAC is #C29153. Grayscale: #666666. Windows color (decimal): -12751188 or 11300413. OLE color: 11300413.

HSL color Cylindrical-coordinate representation of color #3D6EAC: hue angle of 213.51º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D6EAC is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 110 172 -
CMYK 0.65 0.36 0 0.33
HSL 213.51º 0.48% 0.46% -
HSV(B) 213.51º 0.65% 0.67% -
XYZ 14.95 15.12 41.16 -
YUV 102.42 167.27 98.46 -
System Red Green Blue C M Y K H S L
Decimal 61 110 172 0.65 0.36 0 0.33 213.51 0.48 0.46
Hex 3D 6E AC 41 24 0 21 D6 30 2E
Octal 75 156 254 101 44 0 41 326 60 56
Binary 111101 1101110 10101100 1000001 100100 0 100001 11010110 110000 101110

Color Harmonies of #3D6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6EAC

Black with #3D6EAC

Text Example


Text Example

White with #3D6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,110,172); }

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

background-color css

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

 a { background-color: rgb(61,110,172); }

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

border-color css

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

 span { border-color: rgb(61,110,172); }

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