Html Css Color HEX #3C64AD Mariner

📋 copy color: '#3C64AD'

red 60 ◦ green 100 ◦ blue 173

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

Shades of Mariner #3C64AD

Tints of Mariner #3C64AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 18.02%
G = 30.03%
B = 51.95%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C64AD (or 0x3C64AD) is known color: Mariner. HEX triplet: 3C, 64 and AD. RGB value is (60,100,173). Sum of RGB (Red+Green+Blue) = 60+100+173=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C64AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C64AD is #C39B52. Grayscale: #606060. Windows color (decimal): -12819283 or 11363388. OLE color: 11363388.

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

Color convert

RGB 60 100 173 -
CMYK 0.65 0.42 0 0.32
HSL 218.76º 0.48% 0.46% -
HSV(B) 218.76º 0.65% 0.68% -
XYZ 13.96 13.09 41.33 -
YUV 96.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 60 100 173 0.65 0.42 0 0.32 218.76 0.48 0.46
Hex 3C 64 AD 41 2A 0 20 DB 30 2E
Octal 74 144 255 101 52 0 40 333 60 56
Binary 111100 1100100 10101101 1000001 101010 0 100000 11011011 110000 101110

Color Harmonies of #3C64AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C64AD

Black with #3C64AD

Text Example


Text Example

White with #3C64AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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