Html Css Color HEX #3D5E94 Mariner

📋 copy color: '#3D5E94'

red 61 ◦ green 94 ◦ blue 148

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

Shades of Mariner #3D5E94

Tints of Mariner #3D5E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 20.13%
G = 31.02%
B = 48.84%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D5E94 (or 0x3D5E94) is known color: Mariner. HEX triplet: 3D, 5E and 94. RGB value is (61,94,148). Sum of RGB (Red+Green+Blue) = 61+94+148=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D5E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E94 is #C2A16B. Grayscale: #5A5A5A. Windows color (decimal): -12755308 or 9723453. OLE color: 9723453.

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

Color convert

RGB 61 94 148 -
CMYK 0.59 0.36 0 0.42
HSL 217.24º 0.42% 0.41% -
HSV(B) 217.24º 0.59% 0.58% -
XYZ 11.27 11.14 29.57 -
YUV 90.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 61 94 148 0.59 0.36 0 0.42 217.24 0.42 0.41
Hex 3D 5E 94 3B 24 0 2A D9 2A 29
Octal 75 136 224 73 44 0 52 331 52 51
Binary 111101 1011110 10010100 111011 100100 0 101010 11011001 101010 101001

Color Harmonies of #3D5E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5E94

Black with #3D5E94

Text Example


Text Example

White with #3D5E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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