Html Css Color HEX #3C5EAD Mariner

📋 copy color: '#3C5EAD'

red 60 ◦ green 94 ◦ blue 173

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

Shades of Mariner #3C5EAD

Tints of Mariner #3C5EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 18.35%
G = 28.75%
B = 52.91%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C5EAD (or 0x3C5EAD) is known color: Mariner. HEX triplet: 3C, 5E and AD. RGB value is (60,94,173). Sum of RGB (Red+Green+Blue) = 60+94+173=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C5EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5EAD is #C3A152. Grayscale: #5C5C5C. Windows color (decimal): -12820819 or 11361852. OLE color: 11361852.

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

Color convert

RGB 60 94 173 -
CMYK 0.65 0.46 0 0.32
HSL 221.95º 0.48% 0.46% -
HSV(B) 221.95º 0.65% 0.68% -
XYZ 13.41 11.98 41.14 -
YUV 92.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 60 94 173 0.65 0.46 0 0.32 221.95 0.48 0.46
Hex 3C 5E AD 41 2E 0 20 DE 30 2E
Octal 74 136 255 101 56 0 40 336 60 56
Binary 111100 1011110 10101101 1000001 101110 0 100000 11011110 110000 101110

Color Harmonies of #3C5EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5EAD

Black with #3C5EAD

Text Example


Text Example

White with #3C5EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,94,173); }

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

background-color css

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

 a { background-color: rgb(60,94,173); }

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

border-color css

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

 span { border-color: rgb(60,94,173); }

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