Html Css Color HEX #3D5895 Mariner

📋 copy color: '#3D5895'

red 61 ◦ green 88 ◦ blue 149

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

Shades of Mariner #3D5895

Tints of Mariner #3D5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

 BLUE value IS 149 (58.59% from 255) = 50%

R = 20.47%
G = 29.53%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D5895 (or 0x3D5895) is known color: Mariner. HEX triplet: 3D, 58 and 95. RGB value is (61,88,149). Sum of RGB (Red+Green+Blue) = 61+88+149=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D5895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5895 is #C2A76A. Grayscale: #565656. Windows color (decimal): -12756843 or 9787453. OLE color: 9787453.

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

Color convert

RGB 61 88 149 -
CMYK 0.59 0.41 0 0.42
HSL 221.59º 0.42% 0.41% -
HSV(B) 221.59º 0.59% 0.58% -
XYZ 10.84 10.14 29.82 -
YUV 86.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 61 88 149 0.59 0.41 0 0.42 221.59 0.42 0.41
Hex 3D 58 95 3B 29 0 2A DE 2A 29
Octal 75 130 225 73 51 0 52 336 52 51
Binary 111101 1011000 10010101 111011 101001 0 101010 11011110 101010 101001

Color Harmonies of #3D5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5895

Black with #3D5895

Text Example


Text Example

White with #3D5895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,88,149); }

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

background-color css

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

 a { background-color: rgb(61,88,149); }

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

border-color css

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

 span { border-color: rgb(61,88,149); }

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