Html Css Color HEX #3C73AD Lochmara

📋 copy color: '#3C73AD'

red 60 ◦ green 115 ◦ blue 173

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

Shades of Lochmara #3C73AD

Tints of Lochmara #3C73AD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 17.24%
G = 33.05%
B = 49.71%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C73AD (or 0x3C73AD) is known color: Lochmara. HEX triplet: 3C, 73 and AD. RGB value is (60,115,173). Sum of RGB (Red+Green+Blue) = 60+115+173=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C73AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C73AD is #C38C52. Grayscale: #686868. Windows color (decimal): -12815443 or 11367228. OLE color: 11367228.

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

Color convert

RGB 60 115 173 -
CMYK 0.65 0.34 0 0.32
HSL 210.8º 0.48% 0.46% -
HSV(B) 210.8º 0.65% 0.68% -
XYZ 15.54 16.24 41.85 -
YUV 105.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 60 115 173 0.65 0.34 0 0.32 210.8 0.48 0.46
Hex 3C 73 AD 41 22 0 20 D3 30 2E
Octal 74 163 255 101 42 0 40 323 60 56
Binary 111100 1110011 10101101 1000001 100010 0 100000 11010011 110000 101110

Color Harmonies of #3C73AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C73AD

Black with #3C73AD

Text Example


Text Example

White with #3C73AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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