Html Css Color HEX #3D5EAC Mariner

📋 copy color: '#3D5EAC'

red 61 ◦ green 94 ◦ blue 172

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

Shades of Mariner #3D5EAC

Tints of Mariner #3D5EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 18.65%
G = 28.75%
B = 52.6%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D5EAC (or 0x3D5EAC) is known color: Mariner. HEX triplet: 3D, 5E and AC. RGB value is (61,94,172). Sum of RGB (Red+Green+Blue) = 61+94+172=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5EAC is #C2A153. Grayscale: #5C5C5C. Windows color (decimal): -12755284 or 11296317. OLE color: 11296317.

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

Color convert

RGB 61 94 172 -
CMYK 0.65 0.45 0 0.33
HSL 222.16º 0.48% 0.46% -
HSV(B) 222.16º 0.65% 0.67% -
XYZ 13.37 11.98 40.64 -
YUV 93.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 61 94 172 0.65 0.45 0 0.33 222.16 0.48 0.46
Hex 3D 5E AC 41 2D 0 21 DE 30 2E
Octal 75 136 254 101 55 0 41 336 60 56
Binary 111101 1011110 10101100 1000001 101101 0 100001 11011110 110000 101110

Color Harmonies of #3D5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5EAC

Black with #3D5EAC

Text Example


Text Example

White with #3D5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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