Html Css Color HEX #3D5E8E Mariner

📋 copy color: '#3D5E8E'

red 61 ◦ green 94 ◦ blue 142

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

Shades of Mariner #3D5E8E

Tints of Mariner #3D5E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 20.54%
G = 31.65%
B = 47.81%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D5E8E (or 0x3D5E8E) is known color: Mariner. HEX triplet: 3D, 5E and 8E. RGB value is (61,94,142). Sum of RGB (Red+Green+Blue) = 61+94+142=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D5E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E8E is #C2A171. Grayscale: #595959. Windows color (decimal): -12755314 or 9330237. OLE color: 9330237.

HSL color Cylindrical-coordinate representation of color #3D5E8E: hue angle of 215.56º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D5E8E is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 94 142 -
CMYK 0.57 0.34 0 0.44
HSL 215.56º 0.4% 0.4% -
HSV(B) 215.56º 0.57% 0.56% -
XYZ 10.81 10.95 27.14 -
YUV 89.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 61 94 142 0.57 0.34 0 0.44 215.56 0.4 0.4
Hex 3D 5E 8E 39 22 0 2C D8 28 28
Octal 75 136 216 71 42 0 54 330 50 50
Binary 111101 1011110 10001110 111001 100010 0 101100 11011000 101000 101000

Color Harmonies of #3D5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5E8E

Black with #3D5E8E

Text Example


Text Example

White with #3D5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,94,142); }

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

background-color css

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

 a { background-color: rgb(61,94,142); }

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

border-color css

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

 span { border-color: rgb(61,94,142); }

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