Html Css Color HEX #3D549F Mariner

📋 copy color: '#3D549F'

red 61 ◦ green 84 ◦ blue 159

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

Shades of Mariner #3D549F

Tints of Mariner #3D549F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 20.07%
G = 27.63%
B = 52.3%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D549F (or 0x3D549F) is known color: Mariner. HEX triplet: 3D, 54 and 9F. RGB value is (61,84,159). Sum of RGB (Red+Green+Blue) = 61+84+159=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D549F is #C2AB60. Grayscale: #555555. Windows color (decimal): -12757857 or 10441789. OLE color: 10441789.

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

Color convert

RGB 61 84 159 -
CMYK 0.62 0.47 0 0.38
HSL 225.92º 0.45% 0.43% -
HSV(B) 225.92º 0.62% 0.62% -
XYZ 11.35 9.84 34.1 -
YUV 85.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 61 84 159 0.62 0.47 0 0.38 225.92 0.45 0.43
Hex 3D 54 9F 3E 2F 0 26 E2 2D 2B
Octal 75 124 237 76 57 0 46 342 55 53
Binary 111101 1010100 10011111 111110 101111 0 100110 11100010 101101 101011

Color Harmonies of #3D549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D549F

Black with #3D549F

Text Example


Text Example

White with #3D549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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