Html Css Color HEX #3D5D9E Mariner

📋 copy color: '#3D5D9E'

red 61 ◦ green 93 ◦ blue 158

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

Shades of Mariner #3D5D9E

Tints of Mariner #3D5D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.64%

R = 19.55%
G = 29.81%
B = 50.64%

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

#3D5D9E (or 0x3D5D9E) is known color: Mariner. HEX triplet: 3D, 5D and 9E. RGB value is (61,93,158). Sum of RGB (Red+Green+Blue) = 61+93+158=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D5D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5D9E is #C2A261. Grayscale: #5A5A5A. Windows color (decimal): -12755554 or 10378557. OLE color: 10378557.

HSL color Cylindrical-coordinate representation of color #3D5D9E: hue angle of 220.21º 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 #3D5D9E is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 93 158 -
CMYK 0.61 0.41 0 0.38
HSL 220.21º 0.44% 0.43% -
HSV(B) 220.21º 0.61% 0.62% -
XYZ 12.01 11.29 33.89 -
YUV 90.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 61 93 158 0.61 0.41 0 0.38 220.21 0.44 0.43
Hex 3D 5D 9E 3D 29 0 26 DC 2C 2B
Octal 75 135 236 75 51 0 46 334 54 53
Binary 111101 1011101 10011110 111101 101001 0 100110 11011100 101100 101011

Color Harmonies of #3D5D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5D9E

Black with #3D5D9E

Text Example


Text Example

White with #3D5D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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