Html Css Color HEX #3C5AAD Mariner

📋 copy color: '#3C5AAD'

red 60 ◦ green 90 ◦ blue 173

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

Shades of Mariner #3C5AAD

Tints of Mariner #3C5AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 18.58%
G = 27.86%
B = 53.56%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C5AAD (or 0x3C5AAD) is known color: Mariner. HEX triplet: 3C, 5A and AD. RGB value is (60,90,173). Sum of RGB (Red+Green+Blue) = 60+90+173=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C5AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5AAD is #C3A552. Grayscale: #5A5A5A. Windows color (decimal): -12821843 or 11360828. OLE color: 11360828.

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

Color convert

RGB 60 90 173 -
CMYK 0.65 0.48 0 0.32
HSL 224.07º 0.48% 0.46% -
HSV(B) 224.07º 0.65% 0.68% -
XYZ 13.06 11.29 41.03 -
YUV 90.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 60 90 173 0.65 0.48 0 0.32 224.07 0.48 0.46
Hex 3C 5A AD 41 30 0 20 E0 30 2E
Octal 74 132 255 101 60 0 40 340 60 56
Binary 111100 1011010 10101101 1000001 110000 0 100000 11100000 110000 101110

Color Harmonies of #3C5AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5AAD

Black with #3C5AAD

Text Example


Text Example

White with #3C5AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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