Html Css Color HEX #3D5BAE Mariner

📋 copy color: '#3D5BAE'

red 61 ◦ green 91 ◦ blue 174

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

Shades of Mariner #3D5BAE

Tints of Mariner #3D5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

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

R = 18.71%
G = 27.91%
B = 53.37%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D5BAE (or 0x3D5BAE) is known color: Mariner. HEX triplet: 3D, 5B and AE. RGB value is (61,91,174). Sum of RGB (Red+Green+Blue) = 61+91+174=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5BAE is #C2A451. Grayscale: #5B5B5B. Windows color (decimal): -12756050 or 11426621. OLE color: 11426621.

HSL color Cylindrical-coordinate representation of color #3D5BAE: hue angle of 224.07º 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 #3D5BAE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 91 174 -
CMYK 0.65 0.48 0 0.32
HSL 224.07º 0.48% 0.46% -
HSV(B) 224.07º 0.65% 0.68% -
XYZ 13.31 11.53 41.57 -
YUV 91.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 61 91 174 0.65 0.48 0 0.32 224.07 0.48 0.46
Hex 3D 5B AE 41 30 0 20 E0 30 2E
Octal 75 133 256 101 60 0 40 340 60 56
Binary 111101 1011011 10101110 1000001 110000 0 100000 11100000 110000 101110

Color Harmonies of #3D5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5BAE

Black with #3D5BAE

Text Example


Text Example

White with #3D5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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