Html Css Color HEX #3D5DAE Mariner

📋 copy color: '#3D5DAE'

red 61 ◦ green 93 ◦ blue 174

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

Shades of Mariner #3D5DAE

Tints of Mariner #3D5DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.05%

R = 18.6%
G = 28.35%
B = 53.05%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D5DAE (or 0x3D5DAE) is known color: Mariner. HEX triplet: 3D, 5D and AE. RGB value is (61,93,174). Sum of RGB (Red+Green+Blue) = 61+93+174=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5DAE is #C2A251. Grayscale: #5C5C5C. Windows color (decimal): -12755538 or 11427133. OLE color: 11427133.

HSL color Cylindrical-coordinate representation of color #3D5DAE: hue angle of 223.01º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D5DAE is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 93 174 -
CMYK 0.65 0.47 0 0.32
HSL 223.01º 0.48% 0.46% -
HSV(B) 223.01º 0.65% 0.68% -
XYZ 13.48 11.88 41.63 -
YUV 92.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 61 93 174 0.65 0.47 0 0.32 223.01 0.48 0.46
Hex 3D 5D AE 41 2F 0 20 DF 30 2E
Octal 75 135 256 101 57 0 40 337 60 56
Binary 111101 1011101 10101110 1000001 101111 0 100000 11011111 110000 101110

Color Harmonies of #3D5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5DAE

Black with #3D5DAE

Text Example


Text Example

White with #3D5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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