Html Css Color HEX #3D5E90 Mariner

📋 copy color: '#3D5E90'

red 61 ◦ green 94 ◦ blue 144

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

Shades of Mariner #3D5E90

Tints of Mariner #3D5E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 20.4%
G = 31.44%
B = 48.16%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D5E90 (or 0x3D5E90) is known color: Mariner. HEX triplet: 3D, 5E and 90. RGB value is (61,94,144). Sum of RGB (Red+Green+Blue) = 61+94+144=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D5E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E90 is #C2A16F. Grayscale: #595959. Windows color (decimal): -12755312 or 9461309. OLE color: 9461309.

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

Color convert

RGB 61 94 144 -
CMYK 0.58 0.35 0 0.44
HSL 216.14º 0.4% 0.4% -
HSV(B) 216.14º 0.58% 0.56% -
XYZ 10.96 11.01 27.93 -
YUV 89.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 61 94 144 0.58 0.35 0 0.44 216.14 0.4 0.4
Hex 3D 5E 90 3A 23 0 2C D8 28 28
Octal 75 136 220 72 43 0 54 330 50 50
Binary 111101 1011110 10010000 111010 100011 0 101100 11011000 101000 101000

Color Harmonies of #3D5E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5E90

Black with #3D5E90

Text Example


Text Example

White with #3D5E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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