Html Css Color HEX #3C72AC Lochmara

📋 copy color: '#3C72AC'

red 60 ◦ green 114 ◦ blue 172

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

Shades of Lochmara #3C72AC

Tints of Lochmara #3C72AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 17.34%
G = 32.95%
B = 49.71%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C72AC (or 0x3C72AC) is known color: Lochmara. HEX triplet: 3C, 72 and AC. RGB value is (60,114,172). Sum of RGB (Red+Green+Blue) = 60+114+172=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C72AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C72AC is #C38D53. Grayscale: #686868. Windows color (decimal): -12815700 or 11301436. OLE color: 11301436.

HSL color Cylindrical-coordinate representation of color #3C72AC: hue angle of 211.07º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C72AC is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 114 172 -
CMYK 0.65 0.34 0 0.33
HSL 211.07º 0.48% 0.45% -
HSV(B) 211.07º 0.65% 0.67% -
XYZ 15.33 15.97 41.31 -
YUV 104.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 60 114 172 0.65 0.34 0 0.33 211.07 0.48 0.45
Hex 3C 72 AC 41 22 0 21 D3 30 2D
Octal 74 162 254 101 42 0 41 323 60 55
Binary 111100 1110010 10101100 1000001 100010 0 100001 11010011 110000 101101

Color Harmonies of #3C72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C72AC

Black with #3C72AC

Text Example


Text Example

White with #3C72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,114,172); }

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

background-color css

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

 a { background-color: rgb(60,114,172); }

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

border-color css

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

 span { border-color: rgb(60,114,172); }

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