Html Css Color HEX #3D6392 Mariner

📋 copy color: '#3D6392'

red 61 ◦ green 99 ◦ blue 146

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

Shades of Mariner #3D6392

Tints of Mariner #3D6392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 146 (57.42% from 255) = 47.71%

R = 19.93%
G = 32.35%
B = 47.71%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3D6392 (or 0x3D6392) is known color: Mariner. HEX triplet: 3D, 63 and 92. RGB value is (61,99,146). Sum of RGB (Red+Green+Blue) = 61+99+146=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D6392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6392 is #C29C6D. Grayscale: #5C5C5C. Windows color (decimal): -12754030 or 9593661. OLE color: 9593661.

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

Color convert

RGB 61 99 146 -
CMYK 0.58 0.32 0 0.43
HSL 213.18º 0.41% 0.41% -
HSV(B) 213.18º 0.58% 0.57% -
XYZ 11.57 11.99 28.9 -
YUV 93 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 61 99 146 0.58 0.32 0 0.43 213.18 0.41 0.41
Hex 3D 63 92 3A 20 0 2B D5 29 29
Octal 75 143 222 72 40 0 53 325 51 51
Binary 111101 1100011 10010010 111010 100000 0 101011 11010101 101001 101001

Color Harmonies of #3D6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6392

Black with #3D6392

Text Example


Text Example

White with #3D6392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,146); }

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

background-color css

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

 a { background-color: rgb(61,99,146); }

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

border-color css

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

 span { border-color: rgb(61,99,146); }

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