Html Css Color HEX #3D5DA2 Mariner

📋 copy color: '#3D5DA2'

red 61 ◦ green 93 ◦ blue 162

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

Shades of Mariner #3D5DA2

Tints of Mariner #3D5DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 51.27%

R = 19.3%
G = 29.43%
B = 51.27%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3D5DA2 (or 0x3D5DA2) is known color: Mariner. HEX triplet: 3D, 5D and A2. RGB value is (61,93,162). Sum of RGB (Red+Green+Blue) = 61+93+162=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 162 (63.67% from 255 or 51.27% from 316); Max value from RGB is 162 - color contains mainly: blue. Hex color #3D5DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5DA2 is #C2A25D. Grayscale: #5A5A5A. Windows color (decimal): -12755550 or 10640701. OLE color: 10640701.

HSL color Cylindrical-coordinate representation of color #3D5DA2: hue angle of 220.99º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D5DA2 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 61 93 162 -
CMYK 0.62 0.43 0 0.36
HSL 220.99º 0.45% 0.44% -
HSV(B) 220.99º 0.62% 0.64% -
XYZ 12.36 11.43 35.74 -
YUV 91.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 61 93 162 0.62 0.43 0 0.36 220.99 0.45 0.44
Hex 3D 5D A2 3E 2B 0 24 DD 2D 2C
Octal 75 135 242 76 53 0 44 335 55 54
Binary 111101 1011101 10100010 111110 101011 0 100100 11011101 101101 101100

Color Harmonies of #3D5DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5DA2

Black with #3D5DA2

Text Example


Text Example

White with #3D5DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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