Html Css Color HEX #3D6492 Mariner

📋 copy color: '#3D6492'

red 61 ◦ green 100 ◦ blue 146

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

Shades of Mariner #3D6492

Tints of Mariner #3D6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

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

R = 19.87%
G = 32.57%
B = 47.56%

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

#3D6492 (or 0x3D6492) is known color: Mariner. HEX triplet: 3D, 64 and 92. RGB value is (61,100,146). Sum of RGB (Red+Green+Blue) = 61+100+146=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D6492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6492 is #C29B6D. Grayscale: #5D5D5D. Windows color (decimal): -12753774 or 9593917. OLE color: 9593917.

HSL color Cylindrical-coordinate representation of color #3D6492: hue angle of 212.47º 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 #3D6492 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 100 146 -
CMYK 0.58 0.32 0 0.43
HSL 212.47º 0.41% 0.41% -
HSV(B) 212.47º 0.58% 0.57% -
XYZ 11.67 12.18 28.93 -
YUV 93.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 61 100 146 0.58 0.32 0 0.43 212.47 0.41 0.41
Hex 3D 64 92 3A 20 0 2B D4 29 29
Octal 75 144 222 72 40 0 53 324 51 51
Binary 111101 1100100 10010010 111010 100000 0 101011 11010100 101001 101001

Color Harmonies of #3D6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6492

Black with #3D6492

Text Example


Text Example

White with #3D6492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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