Html Css Color HEX #3D68AC Mariner

📋 copy color: '#3D68AC'

red 61 ◦ green 104 ◦ blue 172

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

Shades of Mariner #3D68AC

Tints of Mariner #3D68AC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

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

R = 18.1%
G = 30.86%
B = 51.04%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D68AC (or 0x3D68AC) is known color: Mariner. HEX triplet: 3D, 68 and AC. RGB value is (61,104,172). Sum of RGB (Red+Green+Blue) = 61+104+172=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D68AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D68AC is #C29753. Grayscale: #626262. Windows color (decimal): -12752724 or 11298877. OLE color: 11298877.

HSL color Cylindrical-coordinate representation of color #3D68AC: hue angle of 216.76º 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 #3D68AC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 104 172 -
CMYK 0.65 0.40 0 0.33
HSL 216.76º 0.48% 0.46% -
HSV(B) 216.76º 0.65% 0.67% -
XYZ 14.32 13.87 40.95 -
YUV 98.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 61 104 172 0.65 0.40 0 0.33 216.76 0.48 0.46
Hex 3D 68 AC 41 28 0 21 D9 30 2E
Octal 75 150 254 101 50 0 41 331 60 56
Binary 111101 1101000 10101100 1000001 101000 0 100001 11011001 110000 101110

Color Harmonies of #3D68AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D68AC

Black with #3D68AC

Text Example


Text Example

White with #3D68AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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