Html Css Color HEX #3C549F Mariner

📋 copy color: '#3C549F'

red 60 ◦ green 84 ◦ blue 159

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

Shades of Mariner #3C549F

Tints of Mariner #3C549F

RGB

 RED value IS 60 (23.83% from 255) = 19.8%

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

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

R = 19.8%
G = 27.72%
B = 52.48%

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

#3C549F (or 0x3C549F) is known color: Mariner. HEX triplet: 3C, 54 and 9F. RGB value is (60,84,159). Sum of RGB (Red+Green+Blue) = 60+84+159=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C549F is #C3AB60. Grayscale: #555555. Windows color (decimal): -12823393 or 10441788. OLE color: 10441788.

HSL color Cylindrical-coordinate representation of color #3C549F: hue angle of 225.45º 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 #3C549F is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 84 159 -
CMYK 0.62 0.47 0 0.38
HSL 225.45º 0.45% 0.43% -
HSV(B) 225.45º 0.62% 0.62% -
XYZ 11.29 9.8 34.1 -
YUV 85.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 60 84 159 0.62 0.47 0 0.38 225.45 0.45 0.43
Hex 3C 54 9F 3E 2F 0 26 E1 2D 2B
Octal 74 124 237 76 57 0 46 341 55 53
Binary 111100 1010100 10011111 111110 101111 0 100110 11100001 101101 101011

Color Harmonies of #3C549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C549F

Black with #3C549F

Text Example


Text Example

White with #3C549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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