Html Css Color HEX #3C76AA Lochmara

📋 copy color: '#3C76AA'

red 60 ◦ green 118 ◦ blue 170

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

Shades of Lochmara #3C76AA

Tints of Lochmara #3C76AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 17.24%
G = 33.91%
B = 48.85%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C76AA (or 0x3C76AA) is known color: Lochmara. HEX triplet: 3C, 76 and AA. RGB value is (60,118,170). Sum of RGB (Red+Green+Blue) = 60+118+170=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C76AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C76AA is #C38955. Grayscale: #6A6A6A. Windows color (decimal): -12814678 or 11171388. OLE color: 11171388.

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

Color convert

RGB 60 118 170 -
CMYK 0.65 0.31 0 0.33
HSL 208.36º 0.48% 0.45% -
HSV(B) 208.36º 0.65% 0.67% -
XYZ 15.6 16.82 40.45 -
YUV 106.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 60 118 170 0.65 0.31 0 0.33 208.36 0.48 0.45
Hex 3C 76 AA 41 1F 0 21 D0 30 2D
Octal 74 166 252 101 37 0 41 320 60 55
Binary 111100 1110110 10101010 1000001 11111 0 100001 11010000 110000 101101

Color Harmonies of #3C76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C76AA

Black with #3C76AA

Text Example


Text Example

White with #3C76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,118,170); }

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

background-color css

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

 a { background-color: rgb(60,118,170); }

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

border-color css

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

 span { border-color: rgb(60,118,170); }

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