Html Css Color HEX #3D54AC Mariner

📋 copy color: '#3D54AC'

red 61 ◦ green 84 ◦ blue 172

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

Shades of Mariner #3D54AC

Tints of Mariner #3D54AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 19.24%
G = 26.5%
B = 54.26%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D54AC (or 0x3D54AC) is known color: Mariner. HEX triplet: 3D, 54 and AC. RGB value is (61,84,172). Sum of RGB (Red+Green+Blue) = 61+84+172=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D54AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D54AC is #C2AB53. Grayscale: #565656. Windows color (decimal): -12757844 or 11293757. OLE color: 11293757.

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

Color convert

RGB 61 84 172 -
CMYK 0.65 0.51 0 0.33
HSL 227.57º 0.48% 0.46% -
HSV(B) 227.57º 0.65% 0.67% -
XYZ 12.54 10.31 40.36 -
YUV 87.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 61 84 172 0.65 0.51 0 0.33 227.57 0.48 0.46
Hex 3D 54 AC 41 33 0 21 E4 30 2E
Octal 75 124 254 101 63 0 41 344 60 56
Binary 111101 1010100 10101100 1000001 110011 0 100001 11100100 110000 101110

Color Harmonies of #3D54AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D54AC

Black with #3D54AC

Text Example


Text Example

White with #3D54AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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