Html Css Color HEX #3D5D9D Mariner

📋 copy color: '#3D5D9D'

red 61 ◦ green 93 ◦ blue 157

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

Shades of Mariner #3D5D9D

Tints of Mariner #3D5D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.9%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 19.61%
G = 29.9%
B = 50.48%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D5D9D (or 0x3D5D9D) is known color: Mariner. HEX triplet: 3D, 5D and 9D. RGB value is (61,93,157). Sum of RGB (Red+Green+Blue) = 61+93+157=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D5D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5D9D is #C2A262. Grayscale: #5A5A5A. Windows color (decimal): -12755555 or 10313021. OLE color: 10313021.

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

Color convert

RGB 61 93 157 -
CMYK 0.61 0.41 0 0.38
HSL 220º 0.44% 0.43% -
HSV(B) 220º 0.61% 0.62% -
XYZ 11.92 11.26 33.44 -
YUV 90.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 61 93 157 0.61 0.41 0 0.38 220 0.44 0.43
Hex 3D 5D 9D 3D 29 0 26 DC 2C 2B
Octal 75 135 235 75 51 0 46 334 54 53
Binary 111101 1011101 10011101 111101 101001 0 100110 11011100 101100 101011

Color Harmonies of #3D5D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5D9D

Black with #3D5D9D

Text Example


Text Example

White with #3D5D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,93,157); }

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

background-color css

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

 a { background-color: rgb(61,93,157); }

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

border-color css

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

 span { border-color: rgb(61,93,157); }

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